Html Css Color HEX #FC884C Crusta

📋 copy color: '#FC884C'

red 252 ◦ green 136 ◦ blue 76

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

Shades of Crusta #FC884C

Tints of Crusta #FC884C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.38%

R = 54.31%
G = 29.31%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC884C (or 0xFC884C) is known color: Crusta. HEX triplet: FC, 88 and 4C. RGB value is (252,136,76). Sum of RGB (Red+Green+Blue) = 252+136+76=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 76 (30.08% from 255 or 16.38% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC884C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC884C is #0377B3. Grayscale: #A4A4A4. Windows color (decimal): -227252 or 5015804. OLE color: 5015804.

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

Color convert

RGB 252 136 76 -
CMYK 0 0.46 0.70 0.01
HSL 20.45º 0.97% 0.64% -
HSV(B) 20.45º 0.7% 0.99% -
XYZ 50.25 38.83 11.68 -
YUV 163.84 78.43 190.88 -
System Red Green Blue C M Y K H S L
Decimal 252 136 76 0 0.46 0.70 0.01 20.45 0.97 0.64
Hex FC 88 4C 0 2E 46 1 14 61 40
Octal 374 210 114 0 56 106 1 24 141 100
Binary 11111100 10001000 1001100 0 101110 1000110 1 10100 1100001 1000000

Color Harmonies of #FC884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC884C

Black with #FC884C

Text Example


Text Example

White with #FC884C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC884C; }

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

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

background-color css

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

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

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

border-color css

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

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

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