#ff5d28

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

Shades of Outrageous Orange #FF5D28

Tints of Outrageous Orange #FF5D28

Color information

#FF5D28 (or 0xFF5D28) is unknown color: approx Outrageous Orange. HEX triplet: FF, 5D and 28. RGB value is (255,93,40). Sum of RGB (Red+Green+Blue) = 255+93+40=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5D28 is #00A2D7. Grayscale: #878787. Windows color (decimal): -41688 or 2645503. OLE color: 2645503.

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

Color convert

RGB2559340-
CMYK00.640.840
HSL14.79º100%57.84%-
HSV(B)14.79º84.31%100%-
XYZ45.5429.245.25-
YUV135.474.17213.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.72%
GREEN value IS 93 (36.72% from 255) = 23.97%
BLUE value IS 40 (16.02% from 255) = 10.31%
R=65.72%
G=23.97%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.84
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255934000.640.84014.7910057.84
HexFF5D28040540f643a
Octal37713550010012401714472
Binary111111111011101101000010000001010100011111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff5d28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff5d28; }

 p { color: rgb(255,93,40); }

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

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

 a { background-color: rgb(255,93,40); }

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

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

 span { border-color: rgb(255,93,40); }

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