Html Css Color HEX #FD885F Crusta

📋 copy color: '#FD885F'

red 253 ◦ green 136 ◦ blue 95

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

Shades of Crusta #FD885F

Tints of Crusta #FD885F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.63%

R = 52.27%
G = 28.1%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FD885F (or 0xFD885F) is known color: Crusta. HEX triplet: FD, 88 and 5F. RGB value is (253,136,95). Sum of RGB (Red+Green+Blue) = 253+136+95=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD885F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD885F is #0277A0. Grayscale: #A6A6A6. Windows color (decimal): -161697 or 6260989. OLE color: 6260989.

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

Color convert

RGB 253 136 95 -
CMYK 0 0.46 0.62 0.01
HSL 15.57º 0.98% 0.68% -
HSV(B) 15.57º 0.62% 0.99% -
XYZ 51.38 39.32 15.71 -
YUV 166.31 87.76 189.83 -
System Red Green Blue C M Y K H S L
Decimal 253 136 95 0 0.46 0.62 0.01 15.57 0.98 0.68
Hex FD 88 5F 0 2E 3E 1 10 62 44
Octal 375 210 137 0 56 76 1 20 142 104
Binary 11111101 10001000 1011111 0 101110 111110 1 10000 1100010 1000100

Color Harmonies of #FD885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD885F

Black with #FD885F

Text Example


Text Example

White with #FD885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD885F; }

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

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

background-color css

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

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

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

border-color css

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

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

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