Html Css Color HEX #FC885C Crusta

📋 copy color: '#FC885C'

red 252 ◦ green 136 ◦ blue 92

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

Shades of Crusta #FC885C

Tints of Crusta #FC885C

RGB

 RED value IS 252 (98.83% from 255) = 52.5%

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

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

R = 52.5%
G = 28.33%
B = 19.17%

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

#FC885C (or 0xFC885C) is known color: Crusta. HEX triplet: FC, 88 and 5C. RGB value is (252,136,92). Sum of RGB (Red+Green+Blue) = 252+136+92=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC885C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC885C is #0377A3. Grayscale: #A5A5A5. Windows color (decimal): -227236 or 6064380. OLE color: 6064380.

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

Color convert

RGB 252 136 92 -
CMYK 0 0.46 0.63 0.01
HSL 16.5º 0.96% 0.67% -
HSV(B) 16.5º 0.63% 0.99% -
XYZ 50.88 39.08 14.99 -
YUV 165.67 86.43 189.58 -
System Red Green Blue C M Y K H S L
Decimal 252 136 92 0 0.46 0.63 0.01 16.5 0.96 0.67
Hex FC 88 5C 0 2E 3F 1 10 60 43
Octal 374 210 134 0 56 77 1 20 140 103
Binary 11111100 10001000 1011100 0 101110 111111 1 10000 1100000 1000011

Color Harmonies of #FC885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC885C

Black with #FC885C

Text Example


Text Example

White with #FC885C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC885C; }

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

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

background-color css

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

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

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

border-color css

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

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

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