Html Css Color HEX #F85019 International Orange

📋 copy color: '#F85019'

red 248 ◦ green 80 ◦ blue 25

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

Shades of International Orange #F85019

Tints of International Orange #F85019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.66%

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

R = 70.25%
G = 22.66%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F85019 (or 0xF85019) is known color: International Orange. HEX triplet: F8, 50 and 19. RGB value is (248,80,25). Sum of RGB (Red+Green+Blue) = 248+80+25=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F85019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85019 is #07AFE6. Grayscale: #7C7C7C. Windows color (decimal): -503783 or 1659128. OLE color: 1659128.

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

Color convert

RGB 248 80 25 -
CMYK 0 0.68 0.90 0.03
HSL 14.8º 0.94% 0.54% -
HSV(B) 14.8º 0.9% 0.97% -
XYZ 41.76 25.76 3.69 -
YUV 123.96 72.16 216.47 -
System Red Green Blue C M Y K H S L
Decimal 248 80 25 0 0.68 0.90 0.03 14.8 0.94 0.54
Hex F8 50 19 0 44 5A 3 F 5E 36
Octal 370 120 31 0 104 132 3 17 136 66
Binary 11111000 1010000 11001 0 1000100 1011010 11 1111 1011110 110110

Color Harmonies of #F85019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85019

Black with #F85019

Text Example


Text Example

White with #F85019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85019; }

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

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

background-color css

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

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

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

border-color css

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

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

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