Html Css Color HEX #FCA162 Sandy Brown

📋 copy color: '#FCA162'

red 252 ◦ green 161 ◦ blue 98

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

Shades of Sandy Brown #FCA162

Tints of Sandy Brown #FCA162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.18%

R = 49.32%
G = 31.51%
B = 19.18%

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

#FCA162 (or 0xFCA162) is known color: Sandy Brown. HEX triplet: FC, A1 and 62. RGB value is (252,161,98). Sum of RGB (Red+Green+Blue) = 252+161+98=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA162 is #035E9D. Grayscale: #B5B5B5. Windows color (decimal): -220830 or 6463996. OLE color: 6463996.

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

Color convert

RGB 252 161 98 -
CMYK 0 0.36 0.61 0.01
HSL 24.55º 0.96% 0.69% -
HSV(B) 24.55º 0.61% 0.99% -
XYZ 55.09 47.07 17.74 -
YUV 181.03 81.15 178.62 -
System Red Green Blue C M Y K H S L
Decimal 252 161 98 0 0.36 0.61 0.01 24.55 0.96 0.69
Hex FC A1 62 0 24 3D 1 19 60 45
Octal 374 241 142 0 44 75 1 31 140 105
Binary 11111100 10100001 1100010 0 100100 111101 1 11001 1100000 1000101

Color Harmonies of #FCA162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA162

Black with #FCA162

Text Example


Text Example

White with #FCA162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA162; }

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

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

background-color css

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

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

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

border-color css

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

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

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