Html Css Color HEX #F04114 Orange Red

📋 copy color: '#F04114'

red 240 ◦ green 65 ◦ blue 20

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

Shades of Orange Red #F04114

Tints of Orange Red #F04114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20%

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

R = 73.85%
G = 20%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F04114 (or 0xF04114) is known color: Orange Red. HEX triplet: F0, 41 and 14. RGB value is (240,65,20). Sum of RGB (Red+Green+Blue) = 240+65+20=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F04114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04114 is #0FBEEB. Grayscale: #707070. Windows color (decimal): -1031916 or 1327600. OLE color: 1327600.

HSL color Cylindrical-coordinate representation of color #F04114: hue angle of 12.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 #F04114 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 65 20 -
CMYK 0 0.73 0.92 0.06
HSL 12.27º 0.88% 0.51% -
HSV(B) 12.27º 0.92% 0.94% -
XYZ 37.95 22.36 2.98 -
YUV 112.2 75.98 219.16 -
System Red Green Blue C M Y K H S L
Decimal 240 65 20 0 0.73 0.92 0.06 12.27 0.88 0.51
Hex F0 41 14 0 49 5C 6 C 58 33
Octal 360 101 24 0 111 134 6 14 130 63
Binary 11110000 1000001 10100 0 1001001 1011100 110 1100 1011000 110011

Color Harmonies of #F04114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04114

Black with #F04114

Text Example


Text Example

White with #F04114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04114; }

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

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

background-color css

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

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

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

border-color css

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

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

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