#FF5319

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

Shades of International Orange #FF5319

Tints of International Orange #FF5319

Color information

#FF5319 (or 0xFF5319) is unknown color: approx International Orange. HEX triplet: FF, 53 and 19. RGB value is (255,83,25). Sum of RGB (Red+Green+Blue) = 255+83+25=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5319 is #00ACE6. Grayscale: #808080. Windows color (decimal): -44263 or 1659903. OLE color: 1659903.

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

Color convert

RGB2558325-
CMYK00.670.900
HSL15.13º100%54.9%-
HSV(B)15.13º90.2%100%-
XYZ44.5127.523.89-
YUV127.8269.98218.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 70.25%
GREEN value IS 83 (32.81% from 255) = 22.87%
BLUE value IS 25 (10.16% from 255) = 6.89%
R=70.25%
G=22.87%
B=6.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.90
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255832500.670.90015.1310054.9
HexFF53190435A0f6437
Octal37712331010313201714467
Binary11111111101001111001010000111011010011111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5319; }

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

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

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

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

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

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

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

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