Html Css Color HEX #FCA163 Sandy Brown

📋 copy color: '#FCA163'

red 252 ◦ green 161 ◦ blue 99

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

Shades of Sandy Brown #FCA163

Tints of Sandy Brown #FCA163

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.45%

 BLUE value IS 99 (39.06% from 255) = 19.34%

R = 49.22%
G = 31.45%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FCA163 (or 0xFCA163) is known color: Sandy Brown. HEX triplet: FC, A1 and 63. RGB value is (252,161,99). Sum of RGB (Red+Green+Blue) = 252+161+99=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA163 is #035E9C. Grayscale: #B5B5B5. Windows color (decimal): -220829 or 6529532. OLE color: 6529532.

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

Color convert

RGB 252 161 99 -
CMYK 0 0.36 0.61 0.01
HSL 24.31º 0.96% 0.69% -
HSV(B) 24.31º 0.61% 0.99% -
XYZ 55.14 47.09 17.99 -
YUV 181.14 81.65 178.54 -
System Red Green Blue C M Y K H S L
Decimal 252 161 99 0 0.36 0.61 0.01 24.31 0.96 0.69
Hex FC A1 63 0 24 3D 1 18 60 45
Octal 374 241 143 0 44 75 1 30 140 105
Binary 11111100 10100001 1100011 0 100100 111101 1 11000 1100000 1000101

Color Harmonies of #FCA163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA163

Black with #FCA163

Text Example


Text Example

White with #FCA163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA163; }

 p { color: rgb(252,161,99); }

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

background-color css

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

 a { background-color: rgb(252,161,99); }

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

border-color css

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

 span { border-color: rgb(252,161,99); }

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