Html Css Color HEX #FCA766 Sandy Brown

📋 copy color: '#FCA766'

red 252 ◦ green 167 ◦ blue 102

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

Shades of Sandy Brown #FCA766

Tints of Sandy Brown #FCA766

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.05%

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

R = 48.37%
G = 32.05%
B = 19.58%

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

#FCA766 (or 0xFCA766) is known color: Sandy Brown. HEX triplet: FC, A7 and 66. RGB value is (252,167,102). Sum of RGB (Red+Green+Blue) = 252+167+102=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA766 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA766 is #035899. Grayscale: #B9B9B9. Windows color (decimal): -219290 or 6727676. OLE color: 6727676.

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

Color convert

RGB 252 167 102 -
CMYK 0 0.34 0.60 0.01
HSL 26º 0.96% 0.69% -
HSV(B) 26º 0.6% 0.99% -
XYZ 56.36 49.29 19.11 -
YUV 185.01 81.16 175.79 -
System Red Green Blue C M Y K H S L
Decimal 252 167 102 0 0.34 0.60 0.01 26 0.96 0.69
Hex FC A7 66 0 22 3C 1 1A 60 45
Octal 374 247 146 0 42 74 1 32 140 105
Binary 11111100 10100111 1100110 0 100010 111100 1 11010 1100000 1000101

Color Harmonies of #FCA766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA766

Black with #FCA766

Text Example


Text Example

White with #FCA766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA766; }

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

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

background-color css

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

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

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

border-color css

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

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

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