Html Css Color HEX #FC9F5A Sandy Brown

📋 copy color: '#FC9F5A'

red 252 ◦ green 159 ◦ blue 90

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

Shades of Sandy Brown #FC9F5A

Tints of Sandy Brown #FC9F5A

RGB

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

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

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

R = 50.3%
G = 31.74%
B = 17.96%

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

#FC9F5A (or 0xFC9F5A) is known color: Sandy Brown. HEX triplet: FC, 9F and 5A. RGB value is (252,159,90). Sum of RGB (Red+Green+Blue) = 252+159+90=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 90 (35.55% from 255 or 17.96% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9F5A is #0360A5. Grayscale: #B3B3B3. Windows color (decimal): -221350 or 5939196. OLE color: 5939196.

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

Color convert

RGB 252 159 90 -
CMYK 0 0.37 0.64 0.01
HSL 25.56º 0.96% 0.67% -
HSV(B) 25.56º 0.64% 0.99% -
XYZ 54.39 46.23 15.73 -
YUV 178.94 77.81 180.11 -
System Red Green Blue C M Y K H S L
Decimal 252 159 90 0 0.37 0.64 0.01 25.56 0.96 0.67
Hex FC 9F 5A 0 25 40 1 1A 60 43
Octal 374 237 132 0 45 100 1 32 140 103
Binary 11111100 10011111 1011010 0 100101 1000000 1 11010 1100000 1000011

Color Harmonies of #FC9F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9F5A

Black with #FC9F5A

Text Example


Text Example

White with #FC9F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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