Html Css Color HEX #F0360C Orange Red

📋 copy color: '#F0360C'

red 240 ◦ green 54 ◦ blue 12

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

Shades of Orange Red #F0360C

Tints of Orange Red #F0360C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.92%

R = 78.43%
G = 17.65%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0360C (or 0xF0360C) is known color: Orange Red. HEX triplet: F0, 36 and 0C. RGB value is (240,54,12). Sum of RGB (Red+Green+Blue) = 240+54+12=306 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.43% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 240 - color contains mainly: red. Hex color #F0360C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0360C is #0FC9F3. Grayscale: #696969. Windows color (decimal): -1034740 or 800496. OLE color: 800496.

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

Color convert

RGB 240 54 12 -
CMYK 0 0.78 0.95 0.06
HSL 11.05º 0.9% 0.49% -
HSV(B) 11.05º 0.95% 0.94% -
XYZ 37.32 21.19 2.47 -
YUV 104.83 75.62 224.42 -
System Red Green Blue C M Y K H S L
Decimal 240 54 12 0 0.78 0.95 0.06 11.05 0.9 0.49
Hex F0 36 C 0 4E 5F 6 B 5A 31
Octal 360 66 14 0 116 137 6 13 132 61
Binary 11110000 110110 1100 0 1001110 1011111 110 1011 1011010 110001

Color Harmonies of #F0360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0360C

Black with #F0360C

Text Example


Text Example

White with #F0360C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0360C; }

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

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

background-color css

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

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

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

border-color css

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

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

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