#FF5024

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

Shades of Outrageous Orange #FF5024

Tints of Outrageous Orange #FF5024

Color information

#FF5024 (or 0xFF5024) is unknown color: approx Outrageous Orange. HEX triplet: FF, 50 and 24. RGB value is (255,80,36). Sum of RGB (Red+Green+Blue) = 255+80+36=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5024 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5024 is #00AFDB. Grayscale: #7F7F7F. Windows color (decimal): -45020 or 2380031. OLE color: 2380031.

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

Color convert

RGB2558036-
CMYK00.690.860
HSL12.05º100%57.06%-
HSV(B)12.05º85.88%100%-
XYZ44.4327.124.56-
YUV127.3176.48219.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68.73%
GREEN value IS 80 (31.64% from 255) = 21.56%
BLUE value IS 36 (14.45% from 255) = 9.70%
R=68.73%
G=21.56%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255803600.690.86012.0510057.06
HexFF5024045560c6439
Octal37712044010512601414471
Binary111111111010000100100010001011010110011001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5024; }

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

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

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

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

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

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

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

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