Html Css Color HEX #FC8855 Crusta

📋 copy color: '#FC8855'

red 252 ◦ green 136 ◦ blue 85

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

Shades of Crusta #FC8855

Tints of Crusta #FC8855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.97%

R = 53.28%
G = 28.75%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC8855 (or 0xFC8855) is known color: Crusta. HEX triplet: FC, 88 and 55. RGB value is (252,136,85). Sum of RGB (Red+Green+Blue) = 252+136+85=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 85 (33.59% from 255 or 17.97% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8855 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8855 is #0377AA. Grayscale: #A5A5A5. Windows color (decimal): -227243 or 5605628. OLE color: 5605628.

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

Color convert

RGB 252 136 85 -
CMYK 0 0.46 0.66 0.01
HSL 18.32º 0.97% 0.66% -
HSV(B) 18.32º 0.66% 0.99% -
XYZ 50.59 38.96 13.45 -
YUV 164.87 82.93 190.15 -
System Red Green Blue C M Y K H S L
Decimal 252 136 85 0 0.46 0.66 0.01 18.32 0.97 0.66
Hex FC 88 55 0 2E 42 1 12 61 42
Octal 374 210 125 0 56 102 1 22 141 102
Binary 11111100 10001000 1010101 0 101110 1000010 1 10010 1100001 1000010

Color Harmonies of #FC8855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8855

Black with #FC8855

Text Example


Text Example

White with #FC8855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8855; }

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

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

background-color css

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

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

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

border-color css

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

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

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