Html Css Color HEX #F85504 International Orange

📋 copy color: '#F85504'

red 248 ◦ green 85 ◦ blue 4

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

Shades of International Orange #F85504

Tints of International Orange #F85504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.22%

 BLUE value IS 4 (1.95% from 255) = 1.19%

R = 73.59%
G = 25.22%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F85504 (or 0xF85504) is known color: International Orange. HEX triplet: F8, 55 and 04. RGB value is (248,85,4). Sum of RGB (Red+Green+Blue) = 248+85+4=337 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.59% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 248 - color contains mainly: red. Hex color #F85504 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85504 is #07AAFB. Grayscale: #7C7C7C. Windows color (decimal): -502524 or 284152. OLE color: 284152.

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

Color convert

RGB 248 85 4 -
CMYK 0 0.66 0.98 0.03
HSL 19.92º 0.97% 0.49% -
HSV(B) 19.92º 0.98% 0.97% -
XYZ 41.98 26.46 3.01 -
YUV 124.5 60 216.09 -
System Red Green Blue C M Y K H S L
Decimal 248 85 4 0 0.66 0.98 0.03 19.92 0.97 0.49
Hex F8 55 4 0 42 62 3 14 61 31
Octal 370 125 4 0 102 142 3 24 141 61
Binary 11111000 1010101 100 0 1000010 1100010 11 10100 1100001 110001

Color Harmonies of #F85504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85504

Black with #F85504

Text Example


Text Example

White with #F85504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85504; }

 p { color: rgb(248,85,4); }

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

background-color css

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

 a { background-color: rgb(248,85,4); }

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

border-color css

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

 span { border-color: rgb(248,85,4); }

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