Html Css Color HEX #FA9B5A Sandy Brown

📋 copy color: '#FA9B5A'

red 250 ◦ green 155 ◦ blue 90

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

Shades of Sandy Brown #FA9B5A

Tints of Sandy Brown #FA9B5A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.31%

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

R = 50.51%
G = 31.31%
B = 18.18%

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

#FA9B5A (or 0xFA9B5A) is known color: Sandy Brown. HEX triplet: FA, 9B and 5A. RGB value is (250,155,90). Sum of RGB (Red+Green+Blue) = 250+155+90=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9B5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9B5A is #0564A5. Grayscale: #B0B0B0. Windows color (decimal): -353446 or 5938170. OLE color: 5938170.

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

Color convert

RGB 250 155 90 -
CMYK 0 0.38 0.64 0.02
HSL 24.38º 0.94% 0.67% -
HSV(B) 24.38º 0.64% 0.98% -
XYZ 52.99 44.5 15.47 -
YUV 176 79.47 180.79 -
System Red Green Blue C M Y K H S L
Decimal 250 155 90 0 0.38 0.64 0.02 24.38 0.94 0.67
Hex FA 9B 5A 0 26 40 2 18 5E 43
Octal 372 233 132 0 46 100 2 30 136 103
Binary 11111010 10011011 1011010 0 100110 1000000 10 11000 1011110 1000011

Color Harmonies of #FA9B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9B5A

Black with #FA9B5A

Text Example


Text Example

White with #FA9B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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