Color Hex Logo

#f32300 Color Hex

#F32300
(243,35,0)
1 Favorites   0 Comments

Color spaces of #f32300

RGB 243350
HSL0.021.000.48
HSV100°95°
CMYK 0.000.861.00   0.05
XYZ37.563220.25671.9301
Yxy20.25670.62870.3390
Hunter Lab45.007470.213028.9626
CIE-Lab52.126273.278265.3111

#f32300 color RGB value is (243,35,0).

#f32300 hex color red value is 243, green value is 35 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #f32300 hue: 0.02 , saturation: 1.00 and the lightness value of f32300 is 0.48.

The process color (four color CMYK) of #f32300 color hex is 0.00, 0.86, 1.00, 0.05. Web safe color of #f32300 is #ff3300. Color #f32300 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00100011 00000000
Octal 363 43 0
Decimal 243 35 0
Hex F3 23 0

RGB Percentages of Color #f32300

%87.41
%12.59
%0.00

CMYK Percentages of Color #f32300

%0
%86
%100
%5

Triadic Colors of #f32300

#f32300 #00f323 #2300f3

Analogous Colors of #f32300

#f32300 #f39d00 #f30056

Monochromatic Colors of #f32300

#f32300

Complementary Color

#f32300 #00d0f3

#f32300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f32300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f32300 Color CSS Codes

.mybgcolor {background-color:#f32300; } 
.myforecolor {color:#f32300; }
.mybordercolor {border:3px solid #f32300; }

#f32300 Text Font Color

<p style="color:#f32300">Text here</p>

This sample text font color is #f32300
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f32300 Background Color

<div style="background-color:#f32300">
Div content here</div>

This div background color is #f32300


#f32300 Border Color

<div style="border:3px solid #f32300">
Div here</div>

This div border color is #f32300


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,35,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f32300; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f32300;
  -webkit-box-shadow: 1px 1px 3px 2px #f32300;
  box-shadow:         1px 1px 3px 2px #f32300; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,35,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f32300">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f32300;
  -webkit-box-shadow: 1px 1px 3px 2px #f32300;
  box-shadow:         1px 1px 3px 2px #f32300;">
Div content here</div>

This div box has shadow with color #f32300


Comments

No comments written yet.

Please login to write comment.