Html Css Color HEX #F03F0E Orange Red

📋 copy color: '#F03F0E'

red 240 ◦ green 63 ◦ blue 14

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

Shades of Orange Red #F03F0E

Tints of Orange Red #F03F0E

RGB

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

 GREEN value IS 63 (25% from 255) = 19.87%

 BLUE value IS 14 (5.86% from 255) = 4.42%

R = 75.71%
G = 19.87%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F03F0E (or 0xF03F0E) is known color: Orange Red. HEX triplet: F0, 3F and 0E. RGB value is (240,63,14). Sum of RGB (Red+Green+Blue) = 240+63+14=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03F0E is #0FC0F1. Grayscale: #6E6E6E. Windows color (decimal): -1032434 or 933872. OLE color: 933872.

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

Color convert

RGB 240 63 14 -
CMYK 0 0.74 0.94 0.06
HSL 13.01º 0.89% 0.5% -
HSV(B) 13.01º 0.94% 0.94% -
XYZ 37.79 22.11 2.69 -
YUV 110.34 73.64 220.48 -
System Red Green Blue C M Y K H S L
Decimal 240 63 14 0 0.74 0.94 0.06 13.01 0.89 0.5
Hex F0 3F E 0 4A 5E 6 D 59 32
Octal 360 77 16 0 112 136 6 15 131 62
Binary 11110000 111111 1110 0 1001010 1011110 110 1101 1011001 110010

Color Harmonies of #F03F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03F0E

Black with #F03F0E

Text Example


Text Example

White with #F03F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03F0E; }

 p { color: rgb(240,63,14); }

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

background-color css

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

 a { background-color: rgb(240,63,14); }

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

border-color css

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

 span { border-color: rgb(240,63,14); }

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