Html Css Color HEX #F84017 Orange Red

📋 copy color: '#F84017'

red 248 ◦ green 64 ◦ blue 23

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

Shades of Orange Red #F84017

Tints of Orange Red #F84017

RGB

 RED value IS 248 (97.27% from 255) = 74.03%

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

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

R = 74.03%
G = 19.1%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F84017 (or 0xF84017) is known color: Orange Red. HEX triplet: F8, 40 and 17. RGB value is (248,64,23). Sum of RGB (Red+Green+Blue) = 248+64+23=335 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.03% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 248 - color contains mainly: red. Hex color #F84017 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84017 is #07BFE8. Grayscale: #727272. Windows color (decimal): -507881 or 1523960. OLE color: 1523960.

HSL color Cylindrical-coordinate representation of color #F84017: hue angle of 10.93º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F84017 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 64 23 -
CMYK 0 0.74 0.91 0.03
HSL 10.93º 0.94% 0.53% -
HSV(B) 10.93º 0.91% 0.97% -
XYZ 40.7 23.69 3.24 -
YUV 114.34 76.46 223.33 -
System Red Green Blue C M Y K H S L
Decimal 248 64 23 0 0.74 0.91 0.03 10.93 0.94 0.53
Hex F8 40 17 0 4A 5B 3 B 5E 35
Octal 370 100 27 0 112 133 3 13 136 65
Binary 11111000 1000000 10111 0 1001010 1011011 11 1011 1011110 110101

Color Harmonies of #F84017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84017

Black with #F84017

Text Example


Text Example

White with #F84017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84017; }

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

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

background-color css

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

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

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

border-color css

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

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

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