Html Css Color HEX #F85105 International Orange

📋 copy color: '#F85105'

red 248 ◦ green 81 ◦ blue 5

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

Shades of International Orange #F85105

Tints of International Orange #F85105

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.25%

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

R = 74.25%
G = 24.25%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F85105 (or 0xF85105) is known color: International Orange. HEX triplet: F8, 51 and 05. RGB value is (248,81,5). Sum of RGB (Red+Green+Blue) = 248+81+5=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F85105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85105 is #07AEFA. Grayscale: #7A7A7A. Windows color (decimal): -503547 or 348664. OLE color: 348664.

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

Color convert

RGB 248 81 5 -
CMYK 0 0.67 0.98 0.03
HSL 18.77º 0.96% 0.5% -
HSV(B) 18.77º 0.98% 0.97% -
XYZ 41.68 25.85 2.94 -
YUV 122.27 61.83 217.68 -
System Red Green Blue C M Y K H S L
Decimal 248 81 5 0 0.67 0.98 0.03 18.77 0.96 0.5
Hex F8 51 5 0 43 62 3 13 60 32
Octal 370 121 5 0 103 142 3 23 140 62
Binary 11111000 1010001 101 0 1000011 1100010 11 10011 1100000 110010

Color Harmonies of #F85105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85105

Black with #F85105

Text Example


Text Example

White with #F85105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85105; }

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

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

background-color css

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

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

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

border-color css

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

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

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