Html Css Color HEX #FCA059 Sandy Brown

📋 copy color: '#FCA059'

red 252 ◦ green 160 ◦ blue 89

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

Shades of Sandy Brown #FCA059

Tints of Sandy Brown #FCA059

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.94%

 BLUE value IS 89 (35.16% from 255) = 17.76%

R = 50.3%
G = 31.94%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCA059 (or 0xFCA059) is known color: Sandy Brown. HEX triplet: FC, A0 and 59. RGB value is (252,160,89). Sum of RGB (Red+Green+Blue) = 252+160+89=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 89 (35.16% from 255 or 17.76% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA059 is #035FA6. Grayscale: #B3B3B3. Windows color (decimal): -221095 or 5873916. OLE color: 5873916.

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

Color convert

RGB 252 160 89 -
CMYK 0 0.37 0.65 0.01
HSL 26.13º 0.96% 0.67% -
HSV(B) 26.13º 0.65% 0.99% -
XYZ 54.52 46.56 15.56 -
YUV 179.41 76.98 179.77 -
System Red Green Blue C M Y K H S L
Decimal 252 160 89 0 0.37 0.65 0.01 26.13 0.96 0.67
Hex FC A0 59 0 25 41 1 1A 60 43
Octal 374 240 131 0 45 101 1 32 140 103
Binary 11111100 10100000 1011001 0 100101 1000001 1 11010 1100000 1000011

Color Harmonies of #FCA059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA059

Black with #FCA059

Text Example


Text Example

White with #FCA059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA059; }

 p { color: rgb(252,160,89); }

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

background-color css

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

 a { background-color: rgb(252,160,89); }

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

border-color css

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

 span { border-color: rgb(252,160,89); }

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