Html Css Color HEX #FF5804 International Orange

📋 copy color: '#FF5804'

red 255 ◦ green 88 ◦ blue 4

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

Shades of International Orange #FF5804

Tints of International Orange #FF5804

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 value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF5804 (or 0xFF5804) is known color: 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

RGB 255 88 4 -
CMYK 0 0.65 0.98 0
HSL 20.08º 1% 0.51% -
HSV(B) 20.08º 0.98% 1% -
XYZ 44.75 28.25 3.21 -
YUV 128.36 57.83 218.33 -
System Red Green Blue C M Y K H S L
Decimal 255 88 4 0 0.65 0.98 0 20.08 1 0.51
Hex FF 58 4 0 41 62 0 14 64 33
Octal 377 130 4 0 101 142 0 24 144 63
Binary 11111111 1011000 100 0 1000001 1100010 0 10100 1100100 110011

Color Harmonies of #FF5804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5804

Black with #FF5804

Text Example


Text Example

White with #FF5804

Text Example


Text Example

HTML Codes & Css Web 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>