Html Css Color HEX #FC9E5C Sandy Brown

📋 copy color: '#FC9E5C'

red 252 ◦ green 158 ◦ blue 92

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

Shades of Sandy Brown #FC9E5C

Tints of Sandy Brown #FC9E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.33%

R = 50.2%
G = 31.47%
B = 18.33%

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

#FC9E5C (or 0xFC9E5C) is known color: Sandy Brown. HEX triplet: FC, 9E and 5C. RGB value is (252,158,92). Sum of RGB (Red+Green+Blue) = 252+158+92=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9E5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9E5C is #0361A3. Grayscale: #B2B2B2. Windows color (decimal): -221604 or 6070012. OLE color: 6070012.

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

Color convert

RGB 252 158 92 -
CMYK 0 0.37 0.63 0.01
HSL 24.75º 0.96% 0.67% -
HSV(B) 24.75º 0.63% 0.99% -
XYZ 54.3 45.92 16.13 -
YUV 178.58 79.14 180.37 -
System Red Green Blue C M Y K H S L
Decimal 252 158 92 0 0.37 0.63 0.01 24.75 0.96 0.67
Hex FC 9E 5C 0 25 3F 1 19 60 43
Octal 374 236 134 0 45 77 1 31 140 103
Binary 11111100 10011110 1011100 0 100101 111111 1 11001 1100000 1000011

Color Harmonies of #FC9E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9E5C

Black with #FC9E5C

Text Example


Text Example

White with #FC9E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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