#FF5303

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

Shades of International Orange #FF5303

Tints of International Orange #FF5303

Color information

#FF5303 (or 0xFF5303) is unknown color: approx International Orange. HEX triplet: FF, 53 and 03. RGB value is (255,83,3). Sum of RGB (Red+Green+Blue) = 255+83+3=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5303 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5303 is #00ACFC. Grayscale: #7D7D7D. Windows color (decimal): -44285 or 218111. OLE color: 218111.

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

Color convert

RGB255833-
CMYK00.670.990
HSL19.05º100%50.59%-
HSV(B)19.05º98.82%100%-
XYZ44.3527.453.05-
YUV125.3158.98220.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 74.78%
GREEN value IS 83 (32.81% from 255) = 24.34%
BLUE value IS 3 (1.56% from 255) = 0.88%
R=74.78%
G=24.34%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.99
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25583300.670.99019.0510050.59
HexFF533043630136433
Octal3771233010314302314463
Binary111111111010011110100001111000110100111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5303; }

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

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

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

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

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

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

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

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