Html Css Color HEX #FC9E5D Sandy Brown

📋 copy color: '#FC9E5D'

red 252 ◦ green 158 ◦ blue 93

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

Shades of Sandy Brown #FC9E5D

Tints of Sandy Brown #FC9E5D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.41%

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

R = 50.1%
G = 31.41%
B = 18.49%

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

#FC9E5D (or 0xFC9E5D) is known color: Sandy Brown. HEX triplet: FC, 9E and 5D. RGB value is (252,158,93). Sum of RGB (Red+Green+Blue) = 252+158+93=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9E5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9E5D is #0361A2. Grayscale: #B3B3B3. Windows color (decimal): -221603 or 6135548. OLE color: 6135548.

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

Color convert

RGB 252 158 93 -
CMYK 0 0.37 0.63 0.01
HSL 24.53º 0.96% 0.68% -
HSV(B) 24.53º 0.63% 0.99% -
XYZ 54.35 45.94 16.36 -
YUV 178.7 79.64 180.29 -
System Red Green Blue C M Y K H S L
Decimal 252 158 93 0 0.37 0.63 0.01 24.53 0.96 0.68
Hex FC 9E 5D 0 25 3F 1 19 60 44
Octal 374 236 135 0 45 77 1 31 140 104
Binary 11111100 10011110 1011101 0 100101 111111 1 11001 1100000 1000100

Color Harmonies of #FC9E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9E5D

Black with #FC9E5D

Text Example


Text Example

White with #FC9E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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