Html Css Color HEX #F85817 International Orange

📋 copy color: '#F85817'

red 248 ◦ green 88 ◦ blue 23

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

Shades of International Orange #F85817

Tints of International Orange #F85817

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.51%

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

R = 69.08%
G = 24.51%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F85817 (or 0xF85817) is known color: International Orange. HEX triplet: F8, 58 and 17. RGB value is (248,88,23). Sum of RGB (Red+Green+Blue) = 248+88+23=359 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.08% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 23 (9.38% from 255 or 6.41% from 359); Max value from RGB is 248 - color contains mainly: red. Hex color #F85817 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85817 is #07A7E8. Grayscale: #808080. Windows color (decimal): -501737 or 1530104. OLE color: 1530104.

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

Color convert

RGB 248 88 23 -
CMYK 0 0.65 0.91 0.03
HSL 17.33º 0.94% 0.53% -
HSV(B) 17.33º 0.91% 0.97% -
XYZ 42.36 27 3.79 -
YUV 128.43 68.51 213.29 -
System Red Green Blue C M Y K H S L
Decimal 248 88 23 0 0.65 0.91 0.03 17.33 0.94 0.53
Hex F8 58 17 0 41 5B 3 11 5E 35
Octal 370 130 27 0 101 133 3 21 136 65
Binary 11111000 1011000 10111 0 1000001 1011011 11 10001 1011110 110101

Color Harmonies of #F85817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85817

Black with #F85817

Text Example


Text Example

White with #F85817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85817; }

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

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

background-color css

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

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

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

border-color css

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

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

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