Html Css Color HEX #F04910 Orange Red

📋 copy color: '#F04910'

red 240 ◦ green 73 ◦ blue 16

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

Shades of Orange Red #F04910

Tints of Orange Red #F04910

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.19%

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 72.95%
G = 22.19%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F04910 (or 0xF04910) is known color: Orange Red. HEX triplet: F0, 49 and 10. RGB value is (240,73,16). Sum of RGB (Red+Green+Blue) = 240+73+16=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F04910 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04910 is #0FB6EF. Grayscale: #747474. Windows color (decimal): -1029872 or 1067504. OLE color: 1067504.

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

Color convert

RGB 240 73 16 -
CMYK 0 0.70 0.93 0.06
HSL 15.27º 0.88% 0.5% -
HSV(B) 15.27º 0.93% 0.94% -
XYZ 38.41 23.33 2.97 -
YUV 116.44 71.33 216.13 -
System Red Green Blue C M Y K H S L
Decimal 240 73 16 0 0.70 0.93 0.06 15.27 0.88 0.5
Hex F0 49 10 0 46 5D 6 F 58 32
Octal 360 111 20 0 106 135 6 17 130 62
Binary 11110000 1001001 10000 0 1000110 1011101 110 1111 1011000 110010

Color Harmonies of #F04910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04910

Black with #F04910

Text Example


Text Example

White with #F04910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04910; }

 p { color: rgb(240,73,16); }

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

background-color css

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

 a { background-color: rgb(240,73,16); }

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

border-color css

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

 span { border-color: rgb(240,73,16); }

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