Html Css Color HEX #F84718 Orange Red

📋 copy color: '#F84718'

red 248 ◦ green 71 ◦ blue 24

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

Shades of Orange Red #F84718

Tints of Orange Red #F84718

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.7%

 BLUE value IS 24 (9.77% from 255) = 7%

R = 72.3%
G = 20.7%
B = 7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F84718 (or 0xF84718) is known color: Orange Red. HEX triplet: F8, 47 and 18. RGB value is (248,71,24). Sum of RGB (Red+Green+Blue) = 248+71+24=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F84718 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84718 is #07B8E7. Grayscale: #767676. Windows color (decimal): -506088 or 1591288. OLE color: 1591288.

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

Color convert

RGB 248 71 24 -
CMYK 0 0.71 0.90 0.03
HSL 12.59º 0.94% 0.53% -
HSV(B) 12.59º 0.9% 0.97% -
XYZ 41.13 24.53 3.43 -
YUV 118.57 74.64 220.32 -
System Red Green Blue C M Y K H S L
Decimal 248 71 24 0 0.71 0.90 0.03 12.59 0.94 0.53
Hex F8 47 18 0 47 5A 3 D 5E 35
Octal 370 107 30 0 107 132 3 15 136 65
Binary 11111000 1000111 11000 0 1000111 1011010 11 1101 1011110 110101

Color Harmonies of #F84718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84718

Black with #F84718

Text Example


Text Example

White with #F84718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84718; }

 p { color: rgb(248,71,24); }

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

background-color css

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

 a { background-color: rgb(248,71,24); }

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

border-color css

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

 span { border-color: rgb(248,71,24); }

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