Html Css Color HEX #FF5A12 International Orange

📋 copy color: '#FF5A12'

red 255 ◦ green 90 ◦ blue 18

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

Shades of International Orange #FF5A12

Tints of International Orange #FF5A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.96%

R = 70.25%
G = 24.79%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF5A12 (or 0xFF5A12) is known color: International Orange. HEX triplet: FF, 5A and 12. RGB value is (255,90,18). Sum of RGB (Red+Green+Blue) = 255+90+18=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5A12 is #00A5ED. Grayscale: #838383. Windows color (decimal): -42478 or 1202943. OLE color: 1202943.

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

Color convert

RGB 255 90 18 -
CMYK 0 0.65 0.93 0
HSL 18.23º 1% 0.54% -
HSV(B) 18.23º 0.93% 1% -
XYZ 45.01 28.62 3.72 -
YUV 131.13 64.16 216.35 -
System Red Green Blue C M Y K H S L
Decimal 255 90 18 0 0.65 0.93 0 18.23 1 0.54
Hex FF 5A 12 0 41 5D 0 12 64 36
Octal 377 132 22 0 101 135 0 22 144 66
Binary 11111111 1011010 10010 0 1000001 1011101 0 10010 1100100 110110

Color Harmonies of #FF5A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5A12

Black with #FF5A12

Text Example


Text Example

White with #FF5A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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