Html Css Color HEX #F04017 Orange Red

📋 copy color: '#F04017'

red 240 ◦ green 64 ◦ blue 23

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

Shades of Orange Red #F04017

Tints of Orange Red #F04017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.03%

R = 73.39%
G = 19.57%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F04017 (or 0xF04017) is known color: Orange Red. HEX triplet: F0, 40 and 17. RGB value is (240,64,23). Sum of RGB (Red+Green+Blue) = 240+64+23=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F04017 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04017 is #0FBFE8. Grayscale: #707070. Windows color (decimal): -1032169 or 1523952. OLE color: 1523952.

HSL color Cylindrical-coordinate representation of color #F04017: hue angle of 11.34º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F04017 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 64 23 -
CMYK 0 0.73 0.90 0.06
HSL 11.34º 0.88% 0.52% -
HSV(B) 11.34º 0.9% 0.94% -
XYZ 37.92 22.25 3.11 -
YUV 111.95 77.81 219.33 -
System Red Green Blue C M Y K H S L
Decimal 240 64 23 0 0.73 0.90 0.06 11.34 0.88 0.52
Hex F0 40 17 0 49 5A 6 B 58 34
Octal 360 100 27 0 111 132 6 13 130 64
Binary 11110000 1000000 10111 0 1001001 1011010 110 1011 1011000 110100

Color Harmonies of #F04017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04017

Black with #F04017

Text Example


Text Example

White with #F04017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04017; }

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

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

background-color css

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

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

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

border-color css

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

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

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