Html Css Color HEX #FA9F5D Sandy Brown

📋 copy color: '#FA9F5D'

red 250 ◦ green 159 ◦ blue 93

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

Shades of Sandy Brown #FA9F5D

Tints of Sandy Brown #FA9F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.53%

R = 49.8%
G = 31.67%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA9F5D (or 0xFA9F5D) is known color: Sandy Brown. HEX triplet: FA, 9F and 5D. RGB value is (250,159,93). Sum of RGB (Red+Green+Blue) = 250+159+93=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9F5D is #0560A2. Grayscale: #B3B3B3. Windows color (decimal): -352419 or 6135802. OLE color: 6135802.

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

Color convert

RGB 250 159 93 -
CMYK 0 0.36 0.63 0.02
HSL 25.22º 0.94% 0.67% -
HSV(B) 25.22º 0.63% 0.98% -
XYZ 53.8 45.91 16.38 -
YUV 178.69 79.65 178.87 -
System Red Green Blue C M Y K H S L
Decimal 250 159 93 0 0.36 0.63 0.02 25.22 0.94 0.67
Hex FA 9F 5D 0 24 3F 2 19 5E 43
Octal 372 237 135 0 44 77 2 31 136 103
Binary 11111010 10011111 1011101 0 100100 111111 10 11001 1011110 1000011

Color Harmonies of #FA9F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F5D

Black with #FA9F5D

Text Example


Text Example

White with #FA9F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F5D; }

 p { color: rgb(250,159,93); }

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

background-color css

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

 a { background-color: rgb(250,159,93); }

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

border-color css

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

 span { border-color: rgb(250,159,93); }

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