Html Css Color HEX #FC9E5E Sandy Brown

📋 copy color: '#FC9E5E'

red 252 ◦ green 158 ◦ blue 94

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

Shades of Sandy Brown #FC9E5E

Tints of Sandy Brown #FC9E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.65%

R = 50%
G = 31.35%
B = 18.65%

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

#FC9E5E (or 0xFC9E5E) is known color: Sandy Brown. HEX triplet: FC, 9E and 5E. RGB value is (252,158,94). Sum of RGB (Red+Green+Blue) = 252+158+94=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 94 (37.11% from 255 or 18.65% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9E5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9E5E is #0361A1. Grayscale: #B3B3B3. Windows color (decimal): -221602 or 6201084. OLE color: 6201084.

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

Color convert

RGB 252 158 94 -
CMYK 0 0.37 0.63 0.01
HSL 24.3º 0.96% 0.68% -
HSV(B) 24.3º 0.63% 0.99% -
XYZ 54.39 45.96 16.59 -
YUV 178.81 80.14 180.2 -
System Red Green Blue C M Y K H S L
Decimal 252 158 94 0 0.37 0.63 0.01 24.3 0.96 0.68
Hex FC 9E 5E 0 25 3F 1 18 60 44
Octal 374 236 136 0 45 77 1 30 140 104
Binary 11111100 10011110 1011110 0 100101 111111 1 11000 1100000 1000100

Color Harmonies of #FC9E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9E5E

Black with #FC9E5E

Text Example


Text Example

White with #FC9E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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