Html Css Color HEX #FC885B Crusta

📋 copy color: '#FC885B'

red 252 ◦ green 136 ◦ blue 91

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

Shades of Crusta #FC885B

Tints of Crusta #FC885B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19%

R = 52.61%
G = 28.39%
B = 19%

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

#FC885B (or 0xFC885B) is known color: Crusta. HEX triplet: FC, 88 and 5B. RGB value is (252,136,91). Sum of RGB (Red+Green+Blue) = 252+136+91=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC885B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC885B is #0377A4. Grayscale: #A5A5A5. Windows color (decimal): -227237 or 5998844. OLE color: 5998844.

HSL color Cylindrical-coordinate representation of color #FC885B: hue angle of 16.77º degrees, saturation: 0.96, 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 #FC885B is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 136 91 -
CMYK 0 0.46 0.64 0.01
HSL 16.77º 0.96% 0.67% -
HSV(B) 16.77º 0.64% 0.99% -
XYZ 50.84 39.06 14.76 -
YUV 165.55 85.93 189.66 -
System Red Green Blue C M Y K H S L
Decimal 252 136 91 0 0.46 0.64 0.01 16.77 0.96 0.67
Hex FC 88 5B 0 2E 40 1 11 60 43
Octal 374 210 133 0 56 100 1 21 140 103
Binary 11111100 10001000 1011011 0 101110 1000000 1 10001 1100000 1000011

Color Harmonies of #FC885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC885B

Black with #FC885B

Text Example


Text Example

White with #FC885B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC885B; }

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

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

background-color css

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

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

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

border-color css

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

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

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