Html Css Color HEX #F85800 International Orange

📋 copy color: '#F85800'

red 248 ◦ green 88 ◦ blue 0

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

Shades of International Orange #F85800

Tints of International Orange #F85800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.81%
G = 26.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F85800 (or 0xF85800) is known color: International Orange. HEX triplet: F8, 58 and 00. RGB value is (248,88,0). Sum of RGB (Red+Green+Blue) = 248+88+0=336 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.81% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 248 - color contains mainly: red. Hex color #F85800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85800 is #07A7FF. Grayscale: #7E7E7E. Windows color (decimal): -501760 or 22776. OLE color: 22776.

HSL color Cylindrical-coordinate representation of color #F85800: hue angle of 21.29º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F85800 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 88 0 -
CMYK 0 0.65 1 0.03
HSL 21.29º 1% 0.49% -
HSV(B) 21.29º 1% 0.97% -
XYZ 42.2 26.94 2.97 -
YUV 125.81 57.01 215.16 -
System Red Green Blue C M Y K H S L
Decimal 248 88 0 0 0.65 1 0.03 21.29 1 0.49
Hex F8 58 0 0 41 64 3 15 64 31
Octal 370 130 0 0 101 144 3 25 144 61
Binary 11111000 1011000 0 0 1000001 1100100 11 10101 1100100 110001

Color Harmonies of #F85800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85800

Black with #F85800

Text Example


Text Example

White with #F85800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85800; }

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

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

background-color css

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

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

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

border-color css

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

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

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