Html Css Color HEX #FCA65A Sandy Brown

📋 copy color: '#FCA65A'

red 252 ◦ green 166 ◦ blue 90

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

Shades of Sandy Brown #FCA65A

Tints of Sandy Brown #FCA65A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.72%

R = 49.61%
G = 32.68%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCA65A (or 0xFCA65A) is known color: Sandy Brown. HEX triplet: FC, A6 and 5A. RGB value is (252,166,90). Sum of RGB (Red+Green+Blue) = 252+166+90=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA65A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA65A is #0359A5. Grayscale: #B7B7B7. Windows color (decimal): -219558 or 5940988. OLE color: 5940988.

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

Color convert

RGB 252 166 90 -
CMYK 0 0.34 0.64 0.01
HSL 28.15º 0.96% 0.67% -
HSV(B) 28.15º 0.64% 0.99% -
XYZ 55.63 48.71 16.14 -
YUV 183.05 75.49 177.18 -
System Red Green Blue C M Y K H S L
Decimal 252 166 90 0 0.34 0.64 0.01 28.15 0.96 0.67
Hex FC A6 5A 0 22 40 1 1C 60 43
Octal 374 246 132 0 42 100 1 34 140 103
Binary 11111100 10100110 1011010 0 100010 1000000 1 11100 1100000 1000011

Color Harmonies of #FCA65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA65A

Black with #FCA65A

Text Example


Text Example

White with #FCA65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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