Html Css Color HEX #F84408 Orange Red

📋 copy color: '#F84408'

red 248 ◦ green 68 ◦ blue 8

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

Shades of Orange Red #F84408

Tints of Orange Red #F84408

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.99%

 BLUE value IS 8 (3.52% from 255) = 2.47%

R = 76.54%
G = 20.99%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F84408 (or 0xF84408) is known color: Orange Red. HEX triplet: F8, 44 and 08. RGB value is (248,68,8). Sum of RGB (Red+Green+Blue) = 248+68+8=324 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.54% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 248 - color contains mainly: red. Hex color #F84408 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84408 is #07BBF7. Grayscale: #737373. Windows color (decimal): -506872 or 541944. OLE color: 541944.

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

Color convert

RGB 248 68 8 -
CMYK 0 0.73 0.97 0.03
HSL 15º 0.94% 0.5% -
HSV(B) 15º 0.97% 0.97% -
XYZ 40.82 24.11 2.73 -
YUV 114.98 67.63 222.88 -
System Red Green Blue C M Y K H S L
Decimal 248 68 8 0 0.73 0.97 0.03 15 0.94 0.5
Hex F8 44 8 0 49 61 3 F 5E 32
Octal 370 104 10 0 111 141 3 17 136 62
Binary 11111000 1000100 1000 0 1001001 1100001 11 1111 1011110 110010

Color Harmonies of #F84408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84408

Black with #F84408

Text Example


Text Example

White with #F84408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84408; }

 p { color: rgb(248,68,8); }

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

background-color css

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

 a { background-color: rgb(248,68,8); }

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

border-color css

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

 span { border-color: rgb(248,68,8); }

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