Html Css Color HEX #F85407 International Orange

📋 copy color: '#F85407'

red 248 ◦ green 84 ◦ blue 7

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

Shades of International Orange #F85407

Tints of International Orange #F85407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.06%

R = 73.16%
G = 24.78%
B = 2.06%

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

#F85407 (or 0xF85407) is known color: International Orange. HEX triplet: F8, 54 and 07. RGB value is (248,84,7). Sum of RGB (Red+Green+Blue) = 248+84+7=339 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.16% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 248 - color contains mainly: red. Hex color #F85407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85407 is #07ABF8. Grayscale: #7C7C7C. Windows color (decimal): -502777 or 480504. OLE color: 480504.

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

Color convert

RGB 248 84 7 -
CMYK 0 0.66 0.97 0.03
HSL 19.17º 0.95% 0.5% -
HSV(B) 19.17º 0.97% 0.97% -
XYZ 41.92 26.31 3.07 -
YUV 124.26 61.83 216.26 -
System Red Green Blue C M Y K H S L
Decimal 248 84 7 0 0.66 0.97 0.03 19.17 0.95 0.5
Hex F8 54 7 0 42 61 3 13 5F 32
Octal 370 124 7 0 102 141 3 23 137 62
Binary 11111000 1010100 111 0 1000010 1100001 11 10011 1011111 110010

Color Harmonies of #F85407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85407

Black with #F85407

Text Example


Text Example

White with #F85407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85407; }

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

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

background-color css

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

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

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

border-color css

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

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

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