Html Css Color HEX #FC894C Crusta

📋 copy color: '#FC894C'

red 252 ◦ green 137 ◦ blue 76

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

Shades of Crusta #FC894C

Tints of Crusta #FC894C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.46%

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

R = 54.19%
G = 29.46%
B = 16.34%

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

#FC894C (or 0xFC894C) is known color: Crusta. HEX triplet: FC, 89 and 4C. RGB value is (252,137,76). Sum of RGB (Red+Green+Blue) = 252+137+76=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 76 (30.08% from 255 or 16.34% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC894C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC894C is #0376B3. Grayscale: #A4A4A4. Windows color (decimal): -226996 or 5016060. OLE color: 5016060.

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

Color convert

RGB 252 137 76 -
CMYK 0 0.46 0.70 0.01
HSL 20.8º 0.97% 0.64% -
HSV(B) 20.8º 0.7% 0.99% -
XYZ 50.4 39.11 11.73 -
YUV 164.43 78.1 190.46 -
System Red Green Blue C M Y K H S L
Decimal 252 137 76 0 0.46 0.70 0.01 20.8 0.97 0.64
Hex FC 89 4C 0 2E 46 1 15 61 40
Octal 374 211 114 0 56 106 1 25 141 100
Binary 11111100 10001001 1001100 0 101110 1000110 1 10101 1100001 1000000

Color Harmonies of #FC894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC894C

Black with #FC894C

Text Example


Text Example

White with #FC894C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC894C; }

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

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

background-color css

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

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

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

border-color css

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

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

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