#FF5804

Color #FF5804 International Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Orange #FF5804

Tints of International Orange #FF5804

Color information

#FF5804 (or 0xFF5804) is unknown color: approx International Orange. HEX triplet: FF, 58 and 04. RGB value is (255,88,4). Sum of RGB (Red+Green+Blue) = 255+88+4=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5804 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5804 is #00A7FB. Grayscale: #808080. Windows color (decimal): -43004 or 284927. OLE color: 284927.

HSL color Cylindrical-coordinate representation of color #FF5804: hue angle of 20.08º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF5804 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB255884-
CMYK00.650.980
HSL20.08º100%50.78%-
HSV(B)20.08º98.43%100%-
XYZ44.7528.253.21-
YUV128.3657.83218.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 73.49%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 4 (1.95% from 255) = 1.15%
R=73.49%
G=25.36%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.98
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25588400.650.98020.0810050.78
HexFF584041620146433
Octal3771304010114202414463
Binary1111111110110001000100000111000100101001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5804; }

 p { color: rgb(255,88,4); }

 H1.HeaderClassName
 {
   color: #FF5804;
 }
 .AnyTagClassName
 {
   color: #FF5804;
 }
</style>
background-color css

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

 a { background-color: rgb(255,88,4); }

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

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

 span { border-color: rgb(255,88,4); }

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