Html Css Color HEX #FC9D5B Sandy Brown

📋 copy color: '#FC9D5B'

red 252 ◦ green 157 ◦ blue 91

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

Shades of Sandy Brown #FC9D5B

Tints of Sandy Brown #FC9D5B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.4%

 BLUE value IS 91 (35.94% from 255) = 18.2%

R = 50.4%
G = 31.4%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC9D5B (or 0xFC9D5B) is known color: Sandy Brown. HEX triplet: FC, 9D and 5B. RGB value is (252,157,91). Sum of RGB (Red+Green+Blue) = 252+157+91=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 91 (35.94% from 255 or 18.2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9D5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9D5B is #0362A4. Grayscale: #B2B2B2. Windows color (decimal): -221861 or 6004220. OLE color: 6004220.

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

Color convert

RGB 252 157 91 -
CMYK 0 0.38 0.64 0.01
HSL 24.6º 0.96% 0.67% -
HSV(B) 24.6º 0.64% 0.99% -
XYZ 54.09 45.56 15.84 -
YUV 177.88 78.97 180.87 -
System Red Green Blue C M Y K H S L
Decimal 252 157 91 0 0.38 0.64 0.01 24.6 0.96 0.67
Hex FC 9D 5B 0 26 40 1 19 60 43
Octal 374 235 133 0 46 100 1 31 140 103
Binary 11111100 10011101 1011011 0 100110 1000000 1 11001 1100000 1000011

Color Harmonies of #FC9D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9D5B

Black with #FC9D5B

Text Example


Text Example

White with #FC9D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9D5B; }

 p { color: rgb(252,157,91); }

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

background-color css

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

 a { background-color: rgb(252,157,91); }

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

border-color css

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

 span { border-color: rgb(252,157,91); }

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