Html Css Color HEX #FC9F5D Sandy Brown

📋 copy color: '#FC9F5D'

red 252 ◦ green 159 ◦ blue 93

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

Shades of Sandy Brown #FC9F5D

Tints of Sandy Brown #FC9F5D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.55%

 BLUE value IS 93 (36.72% from 255) = 18.45%

R = 50%
G = 31.55%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC9F5D (or 0xFC9F5D) is known color: Sandy Brown. HEX triplet: FC, 9F and 5D. RGB value is (252,159,93). Sum of RGB (Red+Green+Blue) = 252+159+93=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9F5D is #0360A2. Grayscale: #B3B3B3. Windows color (decimal): -221347 or 6135804. OLE color: 6135804.

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

Color convert

RGB 252 159 93 -
CMYK 0 0.37 0.63 0.01
HSL 24.91º 0.96% 0.68% -
HSV(B) 24.91º 0.63% 0.99% -
XYZ 54.52 46.28 16.42 -
YUV 179.28 79.31 179.87 -
System Red Green Blue C M Y K H S L
Decimal 252 159 93 0 0.37 0.63 0.01 24.91 0.96 0.68
Hex FC 9F 5D 0 25 3F 1 19 60 44
Octal 374 237 135 0 45 77 1 31 140 104
Binary 11111100 10011111 1011101 0 100101 111111 1 11001 1100000 1000100

Color Harmonies of #FC9F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9F5D

Black with #FC9F5D

Text Example


Text Example

White with #FC9F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9F5D; }

 p { color: rgb(252,159,93); }

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

background-color css

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

 a { background-color: rgb(252,159,93); }

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

border-color css

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

 span { border-color: rgb(252,159,93); }

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