Html Css Color HEX #FC9E5A Sandy Brown

📋 copy color: '#FC9E5A'

red 252 ◦ green 158 ◦ blue 90

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

Shades of Sandy Brown #FC9E5A

Tints of Sandy Brown #FC9E5A

RGB

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

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

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

R = 50.4%
G = 31.6%
B = 18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC9E5A (or 0xFC9E5A) is known color: Sandy Brown. HEX triplet: FC, 9E and 5A. RGB value is (252,158,90). Sum of RGB (Red+Green+Blue) = 252+158+90=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 90 (35.55% from 255 or 18% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9E5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9E5A is #0361A5. Grayscale: #B2B2B2. Windows color (decimal): -221606 or 5938940. OLE color: 5938940.

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

Color convert

RGB 252 158 90 -
CMYK 0 0.37 0.64 0.01
HSL 25.19º 0.96% 0.67% -
HSV(B) 25.19º 0.64% 0.99% -
XYZ 54.22 45.89 15.67 -
YUV 178.35 78.14 180.53 -
System Red Green Blue C M Y K H S L
Decimal 252 158 90 0 0.37 0.64 0.01 25.19 0.96 0.67
Hex FC 9E 5A 0 25 40 1 19 60 43
Octal 374 236 132 0 45 100 1 31 140 103
Binary 11111100 10011110 1011010 0 100101 1000000 1 11001 1100000 1000011

Color Harmonies of #FC9E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9E5A

Black with #FC9E5A

Text Example


Text Example

White with #FC9E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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