Html Css Color HEX #FC895A Crusta

📋 copy color: '#FC895A'

red 252 ◦ green 137 ◦ blue 90

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

Shades of Crusta #FC895A

Tints of Crusta #FC895A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.79%

R = 52.61%
G = 28.6%
B = 18.79%

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

#FC895A (or 0xFC895A) is known color: Crusta. HEX triplet: FC, 89 and 5A. RGB value is (252,137,90). Sum of RGB (Red+Green+Blue) = 252+137+90=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC895A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC895A is #0376A5. Grayscale: #A6A6A6. Windows color (decimal): -226982 or 5933564. OLE color: 5933564.

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

Color convert

RGB 252 137 90 -
CMYK 0 0.46 0.64 0.01
HSL 17.41º 0.96% 0.67% -
HSV(B) 17.41º 0.64% 0.99% -
XYZ 50.94 39.32 14.58 -
YUV 166.03 85.1 189.32 -
System Red Green Blue C M Y K H S L
Decimal 252 137 90 0 0.46 0.64 0.01 17.41 0.96 0.67
Hex FC 89 5A 0 2E 40 1 11 60 43
Octal 374 211 132 0 56 100 1 21 140 103
Binary 11111100 10001001 1011010 0 101110 1000000 1 10001 1100000 1000011

Color Harmonies of #FC895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC895A

Black with #FC895A

Text Example


Text Example

White with #FC895A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC895A; }

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

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

background-color css

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

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

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

border-color css

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

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

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