Html Css Color HEX #FF5A14 International Orange

📋 copy color: '#FF5A14'

red 255 ◦ green 90 ◦ blue 20

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

Shades of International Orange #FF5A14

Tints of International Orange #FF5A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.48%

R = 69.86%
G = 24.66%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF5A14 (or 0xFF5A14) is known color: International Orange. HEX triplet: FF, 5A and 14. RGB value is (255,90,20). Sum of RGB (Red+Green+Blue) = 255+90+20=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5A14 is #00A5EB. Grayscale: #838383. Windows color (decimal): -42476 or 1334015. OLE color: 1334015.

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

Color convert

RGB 255 90 20 -
CMYK 0 0.65 0.92 0
HSL 17.87º 1% 0.54% -
HSV(B) 17.87º 0.92% 1% -
XYZ 45.02 28.62 3.81 -
YUV 131.36 65.16 216.19 -
System Red Green Blue C M Y K H S L
Decimal 255 90 20 0 0.65 0.92 0 17.87 1 0.54
Hex FF 5A 14 0 41 5C 0 12 64 36
Octal 377 132 24 0 101 134 0 22 144 66
Binary 11111111 1011010 10100 0 1000001 1011100 0 10010 1100100 110110

Color Harmonies of #FF5A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5A14

Black with #FF5A14

Text Example


Text Example

White with #FF5A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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