#FF5015

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

Shades of International Orange #FF5015

Tints of International Orange #FF5015

Color information

#FF5015 (or 0xFF5015) is unknown color: approx International Orange. HEX triplet: FF, 50 and 15. RGB value is (255,80,21). Sum of RGB (Red+Green+Blue) = 255+80+21=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5015 is #00AFEA. Grayscale: #7E7E7E. Windows color (decimal): -45035 or 1396991. OLE color: 1396991.

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

Color convert

RGB2558021-
CMYK00.690.920
HSL15.13º100%54.12%-
HSV(B)15.13º91.76%100%-
XYZ44.2427.053.6-
YUV125.668.98220.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 71.63%
GREEN value IS 80 (31.64% from 255) = 22.47%
BLUE value IS 21 (8.59% from 255) = 5.90%
R=71.63%
G=22.47%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255802100.690.92015.1310054.12
HexFF50150455C0f6436
Octal37712025010513401714466
Binary11111111101000010101010001011011100011111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5015; }

 p { color: rgb(255,80,21); }

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

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

 a { background-color: rgb(255,80,21); }

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

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

 span { border-color: rgb(255,80,21); }

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