Html Css Color HEX #F85404 International Orange

📋 copy color: '#F85404'

red 248 ◦ green 84 ◦ blue 4

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

Shades of International Orange #F85404

Tints of International Orange #F85404

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25%

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

R = 73.81%
G = 25%
B = 1.19%

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

#F85404 (or 0xF85404) is known color: International Orange. HEX triplet: F8, 54 and 04. RGB value is (248,84,4). Sum of RGB (Red+Green+Blue) = 248+84+4=336 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.81% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 248 - color contains mainly: red. Hex color #F85404 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85404 is #07ABFB. Grayscale: #7C7C7C. Windows color (decimal): -502780 or 283896. OLE color: 283896.

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

Color convert

RGB 248 84 4 -
CMYK 0 0.66 0.98 0.03
HSL 19.67º 0.97% 0.49% -
HSV(B) 19.67º 0.98% 0.97% -
XYZ 41.9 26.31 2.98 -
YUV 123.92 60.33 216.5 -
System Red Green Blue C M Y K H S L
Decimal 248 84 4 0 0.66 0.98 0.03 19.67 0.97 0.49
Hex F8 54 4 0 42 62 3 14 61 31
Octal 370 124 4 0 102 142 3 24 141 61
Binary 11111000 1010100 100 0 1000010 1100010 11 10100 1100001 110001

Color Harmonies of #F85404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85404

Black with #F85404

Text Example


Text Example

White with #F85404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85404; }

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

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

background-color css

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

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

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

border-color css

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

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

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