Html Css Color HEX #FF5A04 International Orange

📋 copy color: '#FF5A04'

red 255 ◦ green 90 ◦ blue 4

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

Shades of International Orange #FF5A04

Tints of International Orange #FF5A04

RGB

 RED value IS 255 (100% from 255) = 73.07%

 GREEN value IS 90 (35.55% from 255) = 25.79%

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

R = 73.07%
G = 25.79%
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

#FF5A04 (or 0xFF5A04) is known color: International Orange. HEX triplet: FF, 5A and 04. RGB value is (255,90,4). Sum of RGB (Red+Green+Blue) = 255+90+4=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5A04 is #00A5FB. Grayscale: #828282. Windows color (decimal): -42492 or 285439. OLE color: 285439.

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

Color convert

RGB 255 90 4 -
CMYK 0 0.65 0.98 0
HSL 20.56º 1% 0.51% -
HSV(B) 20.56º 0.98% 1% -
XYZ 44.92 28.58 3.26 -
YUV 129.53 57.16 217.49 -
System Red Green Blue C M Y K H S L
Decimal 255 90 4 0 0.65 0.98 0 20.56 1 0.51
Hex FF 5A 4 0 41 62 0 15 64 33
Octal 377 132 4 0 101 142 0 25 144 63
Binary 11111111 1011010 100 0 1000001 1100010 0 10101 1100100 110011

Color Harmonies of #FF5A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5A04

Black with #FF5A04

Text Example


Text Example

White with #FF5A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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