Html Css Color HEX #FD885D Crusta

📋 copy color: '#FD885D'

red 253 ◦ green 136 ◦ blue 93

#FD885D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusta #FD885D

Tints of Crusta #FD885D

RGB

 RED value IS 253 (99.22% from 255) = 52.49%

 GREEN value IS 136 (53.52% from 255) = 28.22%

 BLUE value IS 93 (36.72% from 255) = 19.29%

R = 52.49%
G = 28.22%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD885D (or 0xFD885D) is known color: Crusta. HEX triplet: FD, 88 and 5D. RGB value is (253,136,93). Sum of RGB (Red+Green+Blue) = 253+136+93=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD885D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD885D is #0277A2. Grayscale: #A6A6A6. Windows color (decimal): -161699 or 6129917. OLE color: 6129917.

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

Color convert

RGB 253 136 93 -
CMYK 0 0.46 0.63 0.01
HSL 16.13º 0.98% 0.68% -
HSV(B) 16.13º 0.63% 0.99% -
XYZ 51.29 39.28 15.23 -
YUV 166.08 86.76 190 -
System Red Green Blue C M Y K H S L
Decimal 253 136 93 0 0.46 0.63 0.01 16.13 0.98 0.68
Hex FD 88 5D 0 2E 3F 1 10 62 44
Octal 375 210 135 0 56 77 1 20 142 104
Binary 11111101 10001000 1011101 0 101110 111111 1 10000 1100010 1000100

Color Harmonies of #FD885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD885D

Black with #FD885D

Text Example


Text Example

White with #FD885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD885D; }

 p { color: rgb(253,136,93); }

 H1.HeaderClassName
 {
   color: #FD885D;
 }
 .AnyTagClassName
 {
   color: #FD885D;
 }
</style>

background-color css

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

 a { background-color: rgb(253,136,93); }

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

border-color css

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

 span { border-color: rgb(253,136,93); }

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