Html Css Color HEX #F85607 International Orange

📋 copy color: '#F85607'

red 248 ◦ green 86 ◦ blue 7

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

Shades of International Orange #F85607

Tints of International Orange #F85607

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.22%

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

R = 72.73%
G = 25.22%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F85607 (or 0xF85607) is known color: International Orange. HEX triplet: F8, 56 and 07. RGB value is (248,86,7). Sum of RGB (Red+Green+Blue) = 248+86+7=341 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.73% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 248 - color contains mainly: red. Hex color #F85607 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85607 is #07A9F8. Grayscale: #7D7D7D. Windows color (decimal): -502265 or 481016. OLE color: 481016.

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

Color convert

RGB 248 86 7 -
CMYK 0 0.65 0.97 0.03
HSL 19.67º 0.95% 0.5% -
HSV(B) 19.67º 0.97% 0.97% -
XYZ 42.08 26.63 3.12 -
YUV 125.43 61.17 215.42 -
System Red Green Blue C M Y K H S L
Decimal 248 86 7 0 0.65 0.97 0.03 19.67 0.95 0.5
Hex F8 56 7 0 41 61 3 14 5F 32
Octal 370 126 7 0 101 141 3 24 137 62
Binary 11111000 1010110 111 0 1000001 1100001 11 10100 1011111 110010

Color Harmonies of #F85607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85607

Black with #F85607

Text Example


Text Example

White with #F85607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85607; }

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

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

background-color css

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

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

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

border-color css

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

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

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