Html Css Color HEX #FC894E Crusta

📋 copy color: '#FC894E'

red 252 ◦ green 137 ◦ blue 78

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

Shades of Crusta #FC894E

Tints of Crusta #FC894E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.7%

R = 53.96%
G = 29.34%
B = 16.7%

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

#FC894E (or 0xFC894E) is known color: Crusta. HEX triplet: FC, 89 and 4E. RGB value is (252,137,78). Sum of RGB (Red+Green+Blue) = 252+137+78=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 78 (30.86% from 255 or 16.70% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC894E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC894E is #0376B1. Grayscale: #A5A5A5. Windows color (decimal): -226994 or 5147132. OLE color: 5147132.

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

Color convert

RGB 252 137 78 -
CMYK 0 0.46 0.69 0.01
HSL 20.34º 0.97% 0.65% -
HSV(B) 20.34º 0.69% 0.99% -
XYZ 50.47 39.14 12.1 -
YUV 164.66 79.1 190.3 -
System Red Green Blue C M Y K H S L
Decimal 252 137 78 0 0.46 0.69 0.01 20.34 0.97 0.65
Hex FC 89 4E 0 2E 45 1 14 61 41
Octal 374 211 116 0 56 105 1 24 141 101
Binary 11111100 10001001 1001110 0 101110 1000101 1 10100 1100001 1000001

Color Harmonies of #FC894E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC894E

Black with #FC894E

Text Example


Text Example

White with #FC894E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC894E; }

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

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

background-color css

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

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

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

border-color css

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

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

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