Html Css Color HEX #F03600 Orange Red

📋 copy color: '#F03600'

red 240 ◦ green 54 ◦ blue 0

#F03600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #F03600

Tints of Orange Red #F03600

RGB

 RED value IS 240 (94.14% from 255) = 81.63%

 GREEN value IS 54 (21.48% from 255) = 18.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.63%
G = 18.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F03600 (or 0xF03600) is known color: Orange Red. HEX triplet: F0, 36 and 00. RGB value is (240,54,0). Sum of RGB (Red+Green+Blue) = 240+54+0=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F03600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03600 is #0FC9FF. Grayscale: #676767. Windows color (decimal): -1034752 or 14064. OLE color: 14064.

HSL color Cylindrical-coordinate representation of color #F03600: hue angle of 13.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F03600 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 54 0 -
CMYK 0 0.78 1 0.06
HSL 13.5º 1% 0.47% -
HSV(B) 13.5º 1% 0.94% -
XYZ 37.25 21.16 2.12 -
YUV 103.46 69.62 225.39 -
System Red Green Blue C M Y K H S L
Decimal 240 54 0 0 0.78 1 0.06 13.5 1 0.47
Hex F0 36 0 0 4E 64 6 E 64 2F
Octal 360 66 0 0 116 144 6 16 144 57
Binary 11110000 110110 0 0 1001110 1100100 110 1110 1100100 101111

Color Harmonies of #F03600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03600

Black with #F03600

Text Example


Text Example

White with #F03600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03600; }

 p { color: rgb(240,54,0); }

 H1.HeaderClassName
 {
   color: #F03600;
 }
 .AnyTagClassName
 {
   color: #F03600;
 }
</style>

background-color css

<style>
 a { background-color: #F03600; }

 a { background-color: rgb(240,54,0); }

 div.DivClassName
 {
   background-color: #F03600;
 }
 .BgClassName
 {
   background-color: #F03600;
 }
</style>

border-color css

<style>
 span { border-color: #F03600; }

 span { border-color: rgb(240,54,0); }

 td.TdClassName
 {
   border-color: #F03600;
 }
 .TagClassName
 {
   border-color: #F03600;
 }
</style>