Html Css Color HEX #F55204 International Orange

📋 copy color: '#F55204'

red 245 ◦ green 82 ◦ blue 4

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

Shades of International Orange #F55204

Tints of International Orange #F55204

RGB

 RED value IS 245 (96.09% from 255) = 74.02%

 GREEN value IS 82 (32.42% from 255) = 24.77%

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

R = 74.02%
G = 24.77%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F55204 (or 0xF55204) is known color: International Orange. HEX triplet: F5, 52 and 04. RGB value is (245,82,4). Sum of RGB (Red+Green+Blue) = 245+82+4=331 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.02% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 245 - color contains mainly: red. Hex color #F55204 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55204 is #0AADFB. Grayscale: #7A7A7A. Windows color (decimal): -699900 or 283381. OLE color: 283381.

HSL color Cylindrical-coordinate representation of color #F55204: hue angle of 19.42º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F55204 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 82 4 -
CMYK 0 0.67 0.98 0.04
HSL 19.42º 0.97% 0.49% -
HSV(B) 19.42º 0.98% 0.96% -
XYZ 40.7 25.46 2.88 -
YUV 121.85 61.5 215.84 -
System Red Green Blue C M Y K H S L
Decimal 245 82 4 0 0.67 0.98 0.04 19.42 0.97 0.49
Hex F5 52 4 0 43 62 4 13 61 31
Octal 365 122 4 0 103 142 4 23 141 61
Binary 11110101 1010010 100 0 1000011 1100010 100 10011 1100001 110001

Color Harmonies of #F55204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55204

Black with #F55204

Text Example


Text Example

White with #F55204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55204; }

 p { color: rgb(245,82,4); }

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

background-color css

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

 a { background-color: rgb(245,82,4); }

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

border-color css

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

 span { border-color: rgb(245,82,4); }

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