Html Css Color HEX #F85017 International Orange

📋 copy color: '#F85017'

red 248 ◦ green 80 ◦ blue 23

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

Shades of International Orange #F85017

Tints of International Orange #F85017

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.79%

 BLUE value IS 23 (9.38% from 255) = 6.55%

R = 70.66%
G = 22.79%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F85017 (or 0xF85017) is known color: International Orange. HEX triplet: F8, 50 and 17. RGB value is (248,80,23). Sum of RGB (Red+Green+Blue) = 248+80+23=351 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.66% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 248 - color contains mainly: red. Hex color #F85017 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85017 is #07AFE8. Grayscale: #7C7C7C. Windows color (decimal): -503785 or 1528056. OLE color: 1528056.

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

Color convert

RGB 248 80 23 -
CMYK 0 0.68 0.91 0.03
HSL 15.2º 0.94% 0.53% -
HSV(B) 15.2º 0.91% 0.97% -
XYZ 41.73 25.76 3.58 -
YUV 123.73 71.16 216.63 -
System Red Green Blue C M Y K H S L
Decimal 248 80 23 0 0.68 0.91 0.03 15.2 0.94 0.53
Hex F8 50 17 0 44 5B 3 F 5E 35
Octal 370 120 27 0 104 133 3 17 136 65
Binary 11111000 1010000 10111 0 1000100 1011011 11 1111 1011110 110101

Color Harmonies of #F85017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85017

Black with #F85017

Text Example


Text Example

White with #F85017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85017; }

 p { color: rgb(248,80,23); }

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

background-color css

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

 a { background-color: rgb(248,80,23); }

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

border-color css

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

 span { border-color: rgb(248,80,23); }

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