Html Css Color HEX #FF5A19 International Orange

📋 copy color: '#FF5A19'

red 255 ◦ green 90 ◦ blue 25

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

Shades of International Orange #FF5A19

Tints of International Orange #FF5A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.76%

R = 68.92%
G = 24.32%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF5A19 (or 0xFF5A19) is known color: International Orange. HEX triplet: FF, 5A and 19. RGB value is (255,90,25). Sum of RGB (Red+Green+Blue) = 255+90+25=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5A19 is #00A5E6. Grayscale: #848484. Windows color (decimal): -42471 or 1661695. OLE color: 1661695.

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

Color convert

RGB 255 90 25 -
CMYK 0 0.65 0.90 0
HSL 16.96º 1% 0.55% -
HSV(B) 16.96º 0.9% 1% -
XYZ 45.07 28.64 4.07 -
YUV 131.93 67.66 215.79 -
System Red Green Blue C M Y K H S L
Decimal 255 90 25 0 0.65 0.90 0 16.96 1 0.55
Hex FF 5A 19 0 41 5A 0 11 64 37
Octal 377 132 31 0 101 132 0 21 144 67
Binary 11111111 1011010 11001 0 1000001 1011010 0 10001 1100100 110111

Color Harmonies of #FF5A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5A19

Black with #FF5A19

Text Example


Text Example

White with #FF5A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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