Html Css Color HEX #FC894D Crusta

📋 copy color: '#FC894D'

red 252 ◦ green 137 ◦ blue 77

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

Shades of Crusta #FC894D

Tints of Crusta #FC894D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.52%

R = 54.08%
G = 29.4%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC894D (or 0xFC894D) is known color: Crusta. HEX triplet: FC, 89 and 4D. RGB value is (252,137,77). Sum of RGB (Red+Green+Blue) = 252+137+77=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC894D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC894D is #0376B2. Grayscale: #A4A4A4. Windows color (decimal): -226995 or 5081596. OLE color: 5081596.

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

Color convert

RGB 252 137 77 -
CMYK 0 0.46 0.69 0.01
HSL 20.57º 0.97% 0.65% -
HSV(B) 20.57º 0.69% 0.99% -
XYZ 50.43 39.12 11.91 -
YUV 164.55 78.6 190.38 -
System Red Green Blue C M Y K H S L
Decimal 252 137 77 0 0.46 0.69 0.01 20.57 0.97 0.65
Hex FC 89 4D 0 2E 45 1 15 61 41
Octal 374 211 115 0 56 105 1 25 141 101
Binary 11111100 10001001 1001101 0 101110 1000101 1 10101 1100001 1000001

Color Harmonies of #FC894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC894D

Black with #FC894D

Text Example


Text Example

White with #FC894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC894D; }

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

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

background-color css

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

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

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

border-color css

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

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

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