Html Css Color HEX #F85505 International Orange

📋 copy color: '#F85505'

red 248 ◦ green 85 ◦ blue 5

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

Shades of International Orange #F85505

Tints of International Orange #F85505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.48%

R = 73.37%
G = 25.15%
B = 1.48%

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

#F85505 (or 0xF85505) is known color: International Orange. HEX triplet: F8, 55 and 05. RGB value is (248,85,5). Sum of RGB (Red+Green+Blue) = 248+85+5=338 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.37% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 248 - color contains mainly: red. Hex color #F85505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85505 is #07AAFA. Grayscale: #7D7D7D. Windows color (decimal): -502523 or 349688. OLE color: 349688.

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

Color convert

RGB 248 85 5 -
CMYK 0 0.66 0.98 0.03
HSL 19.75º 0.96% 0.5% -
HSV(B) 19.75º 0.98% 0.97% -
XYZ 41.99 26.46 3.04 -
YUV 124.62 60.5 216 -
System Red Green Blue C M Y K H S L
Decimal 248 85 5 0 0.66 0.98 0.03 19.75 0.96 0.5
Hex F8 55 5 0 42 62 3 14 60 32
Octal 370 125 5 0 102 142 3 24 140 62
Binary 11111000 1010101 101 0 1000010 1100010 11 10100 1100000 110010

Color Harmonies of #F85505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85505

Black with #F85505

Text Example


Text Example

White with #F85505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85505; }

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

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

background-color css

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

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

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

border-color css

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

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

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