Html Css Color HEX #FA9C5A Sandy Brown

📋 copy color: '#FA9C5A'

red 250 ◦ green 156 ◦ blue 90

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

Shades of Sandy Brown #FA9C5A

Tints of Sandy Brown #FA9C5A

RGB

 RED value IS 250 (98.05% from 255) = 50.4%

 GREEN value IS 156 (61.33% from 255) = 31.45%

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

R = 50.4%
G = 31.45%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA9C5A (or 0xFA9C5A) is known color: Sandy Brown. HEX triplet: FA, 9C and 5A. RGB value is (250,156,90). Sum of RGB (Red+Green+Blue) = 250+156+90=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9C5A is #0563A5. Grayscale: #B0B0B0. Windows color (decimal): -353190 or 5938426. OLE color: 5938426.

HSL color Cylindrical-coordinate representation of color #FA9C5A: hue angle of 24.75º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA9C5A is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 156 90 -
CMYK 0 0.38 0.64 0.02
HSL 24.75º 0.94% 0.67% -
HSV(B) 24.75º 0.64% 0.98% -
XYZ 53.16 44.84 15.53 -
YUV 176.58 79.14 180.37 -
System Red Green Blue C M Y K H S L
Decimal 250 156 90 0 0.38 0.64 0.02 24.75 0.94 0.67
Hex FA 9C 5A 0 26 40 2 19 5E 43
Octal 372 234 132 0 46 100 2 31 136 103
Binary 11111010 10011100 1011010 0 100110 1000000 10 11001 1011110 1000011

Color Harmonies of #FA9C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9C5A

Black with #FA9C5A

Text Example


Text Example

White with #FA9C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9C5A; }

 p { color: rgb(250,156,90); }

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

background-color css

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

 a { background-color: rgb(250,156,90); }

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

border-color css

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

 span { border-color: rgb(250,156,90); }

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