#FF5300

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

Shades of International Orange #FF5300

Tints of International Orange #FF5300

Color information

#FF5300 (or 0xFF5300) is unknown color: approx International Orange. HEX triplet: FF, 53 and 00. RGB value is (255,83,0). Sum of RGB (Red+Green+Blue) = 255+83+0=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5300 is #00ACFF. Grayscale: #7D7D7D. Windows color (decimal): -44288 or 21503. OLE color: 21503.

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

Color convert

RGB255830-
CMYK00.6710
HSL19.53º100%50%-
HSV(B)19.53º100%100%-
XYZ44.3327.452.96-
YUV124.9757.48220.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 75.44%
GREEN value IS 83 (32.81% from 255) = 24.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.44%
G=24.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25583000.671019.5310050
HexFF530043640146432
Octal3771230010314402414462
Binary11111111101001100100001111001000101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5300; }

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

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

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

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

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

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

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

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