Html Css Color HEX #F84A17 Orange Red

📋 copy color: '#F84A17'

red 248 ◦ green 74 ◦ blue 23

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

Shades of Orange Red #F84A17

Tints of Orange Red #F84A17

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.45%

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

R = 71.88%
G = 21.45%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F84A17 (or 0xF84A17) is known color: Orange Red. HEX triplet: F8, 4A and 17. RGB value is (248,74,23). Sum of RGB (Red+Green+Blue) = 248+74+23=345 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.88% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84A17 is #07B5E8. Grayscale: #787878. Windows color (decimal): -505321 or 1526520. OLE color: 1526520.

HSL color Cylindrical-coordinate representation of color #F84A17: hue angle of 13.6º 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 #F84A17 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 74 23 -
CMYK 0 0.70 0.91 0.03
HSL 13.6º 0.94% 0.53% -
HSV(B) 13.6º 0.91% 0.97% -
XYZ 41.31 24.92 3.44 -
YUV 120.21 73.15 219.15 -
System Red Green Blue C M Y K H S L
Decimal 248 74 23 0 0.70 0.91 0.03 13.6 0.94 0.53
Hex F8 4A 17 0 46 5B 3 E 5E 35
Octal 370 112 27 0 106 133 3 16 136 65
Binary 11111000 1001010 10111 0 1000110 1011011 11 1110 1011110 110101

Color Harmonies of #F84A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84A17

Black with #F84A17

Text Example


Text Example

White with #F84A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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