#FD8D4F

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

Shades of Crusta #FD8D4F

Tints of Crusta #FD8D4F

Color information

#FD8D4F (or 0xFD8D4F) is unknown color: approx Crusta. HEX triplet: FD, 8D and 4F. RGB value is (253,141,79). Sum of RGB (Red+Green+Blue) = 253+141+79=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 79 (31.25% from 255 or 16.70% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8D4F is #0272B0. Grayscale: #A7A7A7. Windows color (decimal): -160433 or 5213693. OLE color: 5213693.

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

Color convert

RGB25314179-
CMYK00.440.690.01
HSL21.38º97.75%65.1%-
HSV(B)21.38º68.77%99.22%-
XYZ51.4440.512.5-
YUV167.4278.11189.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.49%
GREEN value IS 141 (55.47% from 255) = 29.81%
BLUE value IS 79 (31.25% from 255) = 16.70%
R=53.49%
G=29.81%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531417900.440.690.0121.3897.7565.1
HexFD8D4F02C451156241
Octal375215117054105125142101
Binary111111011000110110011110101100100010111010111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8D4F; }

 p { color: rgb(253,141,79); }

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

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

 a { background-color: rgb(253,141,79); }

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

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

 span { border-color: rgb(253,141,79); }

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