#FD8C47

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

Shades of Crusta #FD8C47

Tints of Crusta #FD8C47

Color information

#FD8C47 (or 0xFD8C47) is unknown color: approx Crusta. HEX triplet: FD, 8C and 47. RGB value is (253,140,71). Sum of RGB (Red+Green+Blue) = 253+140+71=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 71 (28.12% from 255 or 15.30% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8C47 is #0273B8. Grayscale: #A6A6A6. Windows color (decimal): -160697 or 4689149. OLE color: 4689149.

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

Color convert

RGB25314071-
CMYK00.450.720.01
HSL22.75º97.85%63.53%-
HSV(B)22.75º71.94%99.22%-
XYZ51.0240.0911.01-
YUV165.9274.44190.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.53%
GREEN value IS 140 (55.08% from 255) = 30.17%
BLUE value IS 71 (28.12% from 255) = 15.30%
R=54.53%
G=30.17%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531407100.450.720.0122.7597.8563.53
HexFD8C4702D481176240
Octal375214107055110127142100
Binary111111011000110010001110101101100100011011111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8C47; }

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

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

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

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

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

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

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

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