Html Css Color HEX #F04010 Orange Red

📋 copy color: '#F04010'

red 240 ◦ green 64 ◦ blue 16

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

Shades of Orange Red #F04010

Tints of Orange Red #F04010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20%

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

R = 75%
G = 20%
B = 5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F04010 (or 0xF04010) is known color: Orange Red. HEX triplet: F0, 40 and 10. RGB value is (240,64,16). Sum of RGB (Red+Green+Blue) = 240+64+16=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F04010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04010 is #0FBFEF. Grayscale: #6F6F6F. Windows color (decimal): -1032176 or 1065200. OLE color: 1065200.

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

Color convert

RGB 240 64 16 -
CMYK 0 0.73 0.93 0.06
HSL 12.86º 0.88% 0.5% -
HSV(B) 12.86º 0.93% 0.94% -
XYZ 37.86 22.23 2.79 -
YUV 111.15 74.31 219.9 -
System Red Green Blue C M Y K H S L
Decimal 240 64 16 0 0.73 0.93 0.06 12.86 0.88 0.5
Hex F0 40 10 0 49 5D 6 D 58 32
Octal 360 100 20 0 111 135 6 15 130 62
Binary 11110000 1000000 10000 0 1001001 1011101 110 1101 1011000 110010

Color Harmonies of #F04010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04010

Black with #F04010

Text Example


Text Example

White with #F04010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04010; }

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

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

background-color css

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

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

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

border-color css

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

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

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