Html Css Color HEX #FD885A Crusta

📋 copy color: '#FD885A'

red 253 ◦ green 136 ◦ blue 90

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

Shades of Crusta #FD885A

Tints of Crusta #FD885A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.79%

R = 52.82%
G = 28.39%
B = 18.79%

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

#FD885A (or 0xFD885A) is known color: Crusta. HEX triplet: FD, 88 and 5A. RGB value is (253,136,90). Sum of RGB (Red+Green+Blue) = 253+136+90=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD885A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD885A is #0277A5. Grayscale: #A6A6A6. Windows color (decimal): -161702 or 5933309. OLE color: 5933309.

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

Color convert

RGB 253 136 90 -
CMYK 0 0.46 0.64 0.01
HSL 16.93º 0.98% 0.67% -
HSV(B) 16.93º 0.64% 0.99% -
XYZ 51.16 39.23 14.55 -
YUV 165.74 85.26 190.24 -
System Red Green Blue C M Y K H S L
Decimal 253 136 90 0 0.46 0.64 0.01 16.93 0.98 0.67
Hex FD 88 5A 0 2E 40 1 11 62 43
Octal 375 210 132 0 56 100 1 21 142 103
Binary 11111101 10001000 1011010 0 101110 1000000 1 10001 1100010 1000011

Color Harmonies of #FD885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD885A

Black with #FD885A

Text Example


Text Example

White with #FD885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD885A; }

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

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

background-color css

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

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

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

border-color css

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

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

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