Html Css Color HEX #F85119 International Orange

📋 copy color: '#F85119'

red 248 ◦ green 81 ◦ blue 25

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

Shades of International Orange #F85119

Tints of International Orange #F85119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.06%

R = 70.06%
G = 22.88%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F85119 (or 0xF85119) is known color: International Orange. HEX triplet: F8, 51 and 19. RGB value is (248,81,25). Sum of RGB (Red+Green+Blue) = 248+81+25=354 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.06% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 248 - color contains mainly: red. Hex color #F85119 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85119 is #07AEE6. Grayscale: #7C7C7C. Windows color (decimal): -503527 or 1659384. OLE color: 1659384.

HSL color Cylindrical-coordinate representation of color #F85119: hue angle of 15.07º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F85119 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 81 25 -
CMYK 0 0.67 0.90 0.03
HSL 15.07º 0.94% 0.54% -
HSV(B) 15.07º 0.9% 0.97% -
XYZ 41.83 25.91 3.72 -
YUV 124.55 71.83 216.05 -
System Red Green Blue C M Y K H S L
Decimal 248 81 25 0 0.67 0.90 0.03 15.07 0.94 0.54
Hex F8 51 19 0 43 5A 3 F 5E 36
Octal 370 121 31 0 103 132 3 17 136 66
Binary 11111000 1010001 11001 0 1000011 1011010 11 1111 1011110 110110

Color Harmonies of #F85119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85119

Black with #F85119

Text Example


Text Example

White with #F85119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85119; }

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

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

background-color css

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

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

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

border-color css

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

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

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