Html Css Color HEX #F84117 Orange Red

📋 copy color: '#F84117'

red 248 ◦ green 65 ◦ blue 23

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

Shades of Orange Red #F84117

Tints of Orange Red #F84117

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.35%

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

R = 73.81%
G = 19.35%
B = 6.85%

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

#F84117 (or 0xF84117) is known color: Orange Red. HEX triplet: F8, 41 and 17. RGB value is (248,65,23). Sum of RGB (Red+Green+Blue) = 248+65+23=336 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.81% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 248 - color contains mainly: red. Hex color #F84117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84117 is #07BEE8. Grayscale: #737373. Windows color (decimal): -507625 or 1524216. OLE color: 1524216.

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

Color convert

RGB 248 65 23 -
CMYK 0 0.74 0.91 0.03
HSL 11.2º 0.94% 0.53% -
HSV(B) 11.2º 0.91% 0.97% -
XYZ 40.76 23.8 3.26 -
YUV 114.93 76.13 222.92 -
System Red Green Blue C M Y K H S L
Decimal 248 65 23 0 0.74 0.91 0.03 11.2 0.94 0.53
Hex F8 41 17 0 4A 5B 3 B 5E 35
Octal 370 101 27 0 112 133 3 13 136 65
Binary 11111000 1000001 10111 0 1001010 1011011 11 1011 1011110 110101

Color Harmonies of #F84117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84117

Black with #F84117

Text Example


Text Example

White with #F84117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84117; }

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

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

background-color css

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

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

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

border-color css

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

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

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