Html Css Color HEX #F85004 International Orange

📋 copy color: '#F85004'

red 248 ◦ green 80 ◦ blue 4

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

Shades of International Orange #F85004

Tints of International Orange #F85004

RGB

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

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

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

R = 74.7%
G = 24.1%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F85004 (or 0xF85004) is known color: International Orange. HEX triplet: F8, 50 and 04. RGB value is (248,80,4). Sum of RGB (Red+Green+Blue) = 248+80+4=332 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.70% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 248 - color contains mainly: red. Hex color #F85004 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85004 is #07AFFB. Grayscale: #7A7A7A. Windows color (decimal): -503804 or 282872. OLE color: 282872.

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

Color convert

RGB 248 80 4 -
CMYK 0 0.68 0.98 0.03
HSL 18.69º 0.97% 0.49% -
HSV(B) 18.69º 0.98% 0.97% -
XYZ 41.6 25.7 2.88 -
YUV 121.57 61.66 218.18 -
System Red Green Blue C M Y K H S L
Decimal 248 80 4 0 0.68 0.98 0.03 18.69 0.97 0.49
Hex F8 50 4 0 44 62 3 13 61 31
Octal 370 120 4 0 104 142 3 23 141 61
Binary 11111000 1010000 100 0 1000100 1100010 11 10011 1100001 110001

Color Harmonies of #F85004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85004

Black with #F85004

Text Example


Text Example

White with #F85004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85004; }

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

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

background-color css

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

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

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

border-color css

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

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

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