Html Css Color HEX #F03614 Orange Red

📋 copy color: '#F03614'

red 240 ◦ green 54 ◦ blue 20

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

Shades of Orange Red #F03614

Tints of Orange Red #F03614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.37%

R = 76.43%
G = 17.2%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F03614 (or 0xF03614) is known color: Orange Red. HEX triplet: F0, 36 and 14. RGB value is (240,54,20). Sum of RGB (Red+Green+Blue) = 240+54+20=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F03614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03614 is #0FC9EB. Grayscale: #6A6A6A. Windows color (decimal): -1034732 or 1324784. OLE color: 1324784.

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

Color convert

RGB 240 54 20 -
CMYK 0 0.78 0.92 0.06
HSL 9.27º 0.88% 0.51% -
HSV(B) 9.27º 0.92% 0.94% -
XYZ 37.38 21.21 2.79 -
YUV 105.74 79.62 223.76 -
System Red Green Blue C M Y K H S L
Decimal 240 54 20 0 0.78 0.92 0.06 9.27 0.88 0.51
Hex F0 36 14 0 4E 5C 6 9 58 33
Octal 360 66 24 0 116 134 6 11 130 63
Binary 11110000 110110 10100 0 1001110 1011100 110 1001 1011000 110011

Color Harmonies of #F03614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03614

Black with #F03614

Text Example


Text Example

White with #F03614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03614; }

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

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

background-color css

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

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

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

border-color css

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

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

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