#FD8C54

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

Shades of Crusta #FD8C54

Tints of Crusta #FD8C54

Color information

#FD8C54 (or 0xFD8C54) is unknown color: approx Crusta. HEX triplet: FD, 8C and 54. RGB value is (253,140,84). Sum of RGB (Red+Green+Blue) = 253+140+84=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 84 (33.20% from 255 or 17.61% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8C54 is #0273AB. Grayscale: #A7A7A7. Windows color (decimal): -160684 or 5541117. OLE color: 5541117.

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

Color convert

RGB25314084-
CMYK00.450.670.01
HSL19.88º97.69%66.08%-
HSV(B)19.88º66.8%99.22%-
XYZ51.4940.2813.45-
YUV167.480.94189.05-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.04%
GREEN value IS 140 (55.08% from 255) = 29.35%
BLUE value IS 84 (33.20% from 255) = 17.61%
R=53.04%
G=29.35%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531408400.450.670.0119.8897.6966.08
HexFD8C5402D431146242
Octal375214124055103124142102
Binary111111011000110010101000101101100001111010011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8C54; }

 p { color: rgb(253,140,84); }

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

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

 a { background-color: rgb(253,140,84); }

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

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

 span { border-color: rgb(253,140,84); }

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