Html Css Color HEX #FD885C Crusta

📋 copy color: '#FD885C'

red 253 ◦ green 136 ◦ blue 92

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

Shades of Crusta #FD885C

Tints of Crusta #FD885C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.13%

R = 52.6%
G = 28.27%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD885C (or 0xFD885C) is known color: Crusta. HEX triplet: FD, 88 and 5C. RGB value is (253,136,92). Sum of RGB (Red+Green+Blue) = 253+136+92=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD885C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD885C is #0277A3. Grayscale: #A6A6A6. Windows color (decimal): -161700 or 6064381. OLE color: 6064381.

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

Color convert

RGB 253 136 92 -
CMYK 0 0.46 0.64 0.01
HSL 16.4º 0.98% 0.68% -
HSV(B) 16.4º 0.64% 0.99% -
XYZ 51.24 39.26 15 -
YUV 165.97 86.26 190.08 -
System Red Green Blue C M Y K H S L
Decimal 253 136 92 0 0.46 0.64 0.01 16.4 0.98 0.68
Hex FD 88 5C 0 2E 40 1 10 62 44
Octal 375 210 134 0 56 100 1 20 142 104
Binary 11111101 10001000 1011100 0 101110 1000000 1 10000 1100010 1000100

Color Harmonies of #FD885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD885C

Black with #FD885C

Text Example


Text Example

White with #FD885C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD885C; }

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

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

background-color css

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

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

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

border-color css

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

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

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