Html Css Color HEX #FCA666 Sandy Brown

📋 copy color: '#FCA666'

red 252 ◦ green 166 ◦ blue 102

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

Shades of Sandy Brown #FCA666

Tints of Sandy Brown #FCA666

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.92%

 BLUE value IS 102 (40.23% from 255) = 19.62%

R = 48.46%
G = 31.92%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCA666 (or 0xFCA666) is known color: Sandy Brown. HEX triplet: FC, A6 and 66. RGB value is (252,166,102). Sum of RGB (Red+Green+Blue) = 252+166+102=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA666 is #035999. Grayscale: #B8B8B8. Windows color (decimal): -219546 or 6727420. OLE color: 6727420.

HSL color Cylindrical-coordinate representation of color #FCA666: hue angle of 25.6º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCA666 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 166 102 -
CMYK 0 0.34 0.60 0.01
HSL 25.6º 0.96% 0.69% -
HSV(B) 25.6º 0.6% 0.99% -
XYZ 56.18 48.93 19.05 -
YUV 184.42 81.49 176.2 -
System Red Green Blue C M Y K H S L
Decimal 252 166 102 0 0.34 0.60 0.01 25.6 0.96 0.69
Hex FC A6 66 0 22 3C 1 1A 60 45
Octal 374 246 146 0 42 74 1 32 140 105
Binary 11111100 10100110 1100110 0 100010 111100 1 11010 1100000 1000101

Color Harmonies of #FCA666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA666

Black with #FCA666

Text Example


Text Example

White with #FCA666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA666; }

 p { color: rgb(252,166,102); }

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

background-color css

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

 a { background-color: rgb(252,166,102); }

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

border-color css

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

 span { border-color: rgb(252,166,102); }

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