#FD5A38

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

Shades of Outrageous Orange #FD5A38

Tints of Outrageous Orange #FD5A38

Color information

#FD5A38 (or 0xFD5A38) is unknown color: approx Outrageous Orange. HEX triplet: FD, 5A and 38. RGB value is (253,90,56). Sum of RGB (Red+Green+Blue) = 253+90+56=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 56 (22.27% from 255 or 14.04% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5A38 is #02A5C7. Grayscale: #878787. Windows color (decimal): -173512 or 3693309. OLE color: 3693309.

HSL color Cylindrical-coordinate representation of color #FD5A38: hue angle of 10.36º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD5A38 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB2539056-
CMYK00.640.780.01
HSL10.36º98.01%60.59%-
HSV(B)10.36º77.87%99.22%-
XYZ44.8828.486.87-
YUV134.8683.5212.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 63.41%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 56 (22.27% from 255) = 14.04%
R=63.41%
G=22.56%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253905600.640.780.0110.3698.0160.59
HexFD5A380404E1a623d
Octal37513270010011611214275
Binary111111011011010111000010000001001110110101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5A38; }

 p { color: rgb(253,90,56); }

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

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

 a { background-color: rgb(253,90,56); }

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

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

 span { border-color: rgb(253,90,56); }

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