#ff530f

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

Shades of International Orange #FF530F

Tints of International Orange #FF530F

Color information

#FF530F (or 0xFF530F) is unknown color: approx International Orange. HEX triplet: FF, 53 and 0F. RGB value is (255,83,15). Sum of RGB (Red+Green+Blue) = 255+83+15=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF530F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF530F is #00ACF0. Grayscale: #7F7F7F. Windows color (decimal): -44273 or 1004543. OLE color: 1004543.

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

Color convert

RGB2558315-
CMYK00.670.940
HSL17º100%52.94%-
HSV(B)17º94.12%100%-
XYZ44.4227.483.42-
YUV126.6864.98219.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 72.24%
GREEN value IS 83 (32.81% from 255) = 23.51%
BLUE value IS 15 (6.25% from 255) = 4.25%
R=72.24%
G=23.51%
B=4.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255831500.670.9401710052.94
HexFF53F0435E0116435
Octal37712317010313602114465
Binary11111111101001111110100001110111100100011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff530f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff530f; }

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

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

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

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

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

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

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

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