Html Css Color HEX #F85408 International Orange

📋 copy color: '#F85408'

red 248 ◦ green 84 ◦ blue 8

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

Shades of International Orange #F85408

Tints of International Orange #F85408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.71%

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

R = 72.94%
G = 24.71%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F85408 (or 0xF85408) is known color: International Orange. HEX triplet: F8, 54 and 08. RGB value is (248,84,8). Sum of RGB (Red+Green+Blue) = 248+84+8=340 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.94% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 8 (3.52% from 255 or 2.35% from 340); Max value from RGB is 248 - color contains mainly: red. Hex color #F85408 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85408 is #07ABF7. Grayscale: #7C7C7C. Windows color (decimal): -502776 or 546040. OLE color: 546040.

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

Color convert

RGB 248 84 8 -
CMYK 0 0.66 0.97 0.03
HSL 19º 0.94% 0.5% -
HSV(B) 19º 0.97% 0.97% -
XYZ 41.93 26.31 3.1 -
YUV 124.37 62.33 216.18 -
System Red Green Blue C M Y K H S L
Decimal 248 84 8 0 0.66 0.97 0.03 19 0.94 0.5
Hex F8 54 8 0 42 61 3 13 5E 32
Octal 370 124 10 0 102 141 3 23 136 62
Binary 11111000 1010100 1000 0 1000010 1100001 11 10011 1011110 110010

Color Harmonies of #F85408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85408

Black with #F85408

Text Example


Text Example

White with #F85408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85408; }

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

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

background-color css

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

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

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

border-color css

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

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

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