#FD8C49

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

Shades of Crusta #FD8C49

Tints of Crusta #FD8C49

Color information

#FD8C49 (or 0xFD8C49) is unknown color: approx Crusta. HEX triplet: FD, 8C and 49. RGB value is (253,140,73). Sum of RGB (Red+Green+Blue) = 253+140+73=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8C49 is #0273B6. Grayscale: #A6A6A6. Windows color (decimal): -160695 or 4820221. OLE color: 4820221.

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

Color convert

RGB25314073-
CMYK00.450.710.01
HSL22.33º97.83%63.92%-
HSV(B)22.33º71.15%99.22%-
XYZ51.0940.1211.35-
YUV166.1575.44189.95-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.29%
GREEN value IS 140 (55.08% from 255) = 30.04%
BLUE value IS 73 (28.91% from 255) = 15.67%
R=54.29%
G=30.04%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531407300.450.710.0122.3397.8363.92
HexFD8C4902D471166240
Octal375214111055107126142100
Binary111111011000110010010010101101100011111011011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8C49; }

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

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

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

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

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

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

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

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