Html Css Color HEX #F85400 International Orange

📋 copy color: '#F85400'

red 248 ◦ green 84 ◦ blue 0

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

Shades of International Orange #F85400

Tints of International Orange #F85400

RGB

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

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

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

R = 74.7%
G = 25.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F85400 (or 0xF85400) is known color: International Orange. HEX triplet: F8, 54 and 00. RGB value is (248,84,0). Sum of RGB (Red+Green+Blue) = 248+84+0=332 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.70% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 248 - color contains mainly: red. Hex color #F85400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85400 is #07ABFF. Grayscale: #7B7B7B. Windows color (decimal): -502784 or 21752. OLE color: 21752.

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

Color convert

RGB 248 84 0 -
CMYK 0 0.66 1 0.03
HSL 20.32º 1% 0.49% -
HSV(B) 20.32º 1% 0.97% -
XYZ 41.88 26.3 2.87 -
YUV 123.46 58.33 216.83 -
System Red Green Blue C M Y K H S L
Decimal 248 84 0 0 0.66 1 0.03 20.32 1 0.49
Hex F8 54 0 0 42 64 3 14 64 31
Octal 370 124 0 0 102 144 3 24 144 61
Binary 11111000 1010100 0 0 1000010 1100100 11 10100 1100100 110001

Color Harmonies of #F85400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85400

Black with #F85400

Text Example


Text Example

White with #F85400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85400; }

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

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

background-color css

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

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

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

border-color css

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

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

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