Html Css Color HEX #FF5A10 International Orange

📋 copy color: '#FF5A10'

red 255 ◦ green 90 ◦ blue 16

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

Shades of International Orange #FF5A10

Tints of International Orange #FF5A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.43%

R = 70.64%
G = 24.93%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF5A10 (or 0xFF5A10) is known color: International Orange. HEX triplet: FF, 5A and 10. RGB value is (255,90,16). Sum of RGB (Red+Green+Blue) = 255+90+16=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5A10 is #00A5EF. Grayscale: #838383. Windows color (decimal): -42480 or 1071871. OLE color: 1071871.

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

Color convert

RGB 255 90 16 -
CMYK 0 0.65 0.94 0
HSL 18.58º 1% 0.53% -
HSV(B) 18.58º 0.94% 1% -
XYZ 44.99 28.61 3.64 -
YUV 130.9 63.16 216.52 -
System Red Green Blue C M Y K H S L
Decimal 255 90 16 0 0.65 0.94 0 18.58 1 0.53
Hex FF 5A 10 0 41 5E 0 13 64 35
Octal 377 132 20 0 101 136 0 23 144 65
Binary 11111111 1011010 10000 0 1000001 1011110 0 10011 1100100 110101

Color Harmonies of #FF5A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5A10

Black with #FF5A10

Text Example


Text Example

White with #FF5A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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