Html Css Color HEX #FF5A06 International Orange

📋 copy color: '#FF5A06'

red 255 ◦ green 90 ◦ blue 6

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

Shades of International Orange #FF5A06

Tints of International Orange #FF5A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.71%

R = 72.65%
G = 25.64%
B = 1.71%

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

#FF5A06 (or 0xFF5A06) is known color: International Orange. HEX triplet: FF, 5A and 06. RGB value is (255,90,6). Sum of RGB (Red+Green+Blue) = 255+90+6=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 6 (2.73% from 255 or 1.71% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5A06 is #00A5F9. Grayscale: #828282. Windows color (decimal): -42490 or 416511. OLE color: 416511.

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

Color convert

RGB 255 90 6 -
CMYK 0 0.65 0.98 0
HSL 20.24º 1% 0.51% -
HSV(B) 20.24º 0.98% 1% -
XYZ 44.93 28.59 3.32 -
YUV 129.76 58.16 217.33 -
System Red Green Blue C M Y K H S L
Decimal 255 90 6 0 0.65 0.98 0 20.24 1 0.51
Hex FF 5A 6 0 41 62 0 14 64 33
Octal 377 132 6 0 101 142 0 24 144 63
Binary 11111111 1011010 110 0 1000001 1100010 0 10100 1100100 110011

Color Harmonies of #FF5A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5A06

Black with #FF5A06

Text Example


Text Example

White with #FF5A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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