#FF5219

Color #FF5219 International Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Orange #FF5219

Tints of International Orange #FF5219

Color information

#FF5219 (or 0xFF5219) is unknown color: approx International Orange. HEX triplet: FF, 52 and 19. RGB value is (255,82,25). Sum of RGB (Red+Green+Blue) = 255+82+25=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5219 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5219 is #00ADE6. Grayscale: #7F7F7F. Windows color (decimal): -44519 or 1659647. OLE color: 1659647.

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

Color convert

RGB2558225-
CMYK00.680.900
HSL14.87º100%54.9%-
HSV(B)14.87º90.2%100%-
XYZ44.4327.363.86-
YUV127.2370.31219.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 70.44%
GREEN value IS 82 (32.42% from 255) = 22.65%
BLUE value IS 25 (10.16% from 255) = 6.91%
R=70.44%
G=22.65%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.90
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255822500.680.90014.8710054.9
HexFF52190445A0f6437
Octal37712231010413201714467
Binary11111111101001011001010001001011010011111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5219; }

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

 H1.HeaderClassName
 {
   color: #FF5219;
 }
 .AnyTagClassName
 {
   color: #FF5219;
 }
</style>
background-color css

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

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

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

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

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

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