Html Css Color HEX #FF9F5B Sandy Brown

📋 copy color: '#FF9F5B'

red 255 ◦ green 159 ◦ blue 91

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

Shades of Sandy Brown #FF9F5B

Tints of Sandy Brown #FF9F5B

RGB

 RED value IS 255 (100% from 255) = 50.5%

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

 BLUE value IS 91 (35.94% from 255) = 18.02%

R = 50.5%
G = 31.49%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF9F5B (or 0xFF9F5B) is known color: Sandy Brown. HEX triplet: FF, 9F and 5B. RGB value is (255,159,91). Sum of RGB (Red+Green+Blue) = 255+159+91=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 91 (35.94% from 255 or 18.02% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F5B is #0060A4. Grayscale: #B4B4B4. Windows color (decimal): -24741 or 6004735. OLE color: 6004735.

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

Color convert

RGB 255 159 91 -
CMYK 0 0.38 0.64 0
HSL 24.88º 1% 0.68% -
HSV(B) 24.88º 0.64% 1% -
XYZ 55.53 46.81 16.01 -
YUV 179.95 77.8 181.53 -
System Red Green Blue C M Y K H S L
Decimal 255 159 91 0 0.38 0.64 0 24.88 1 0.68
Hex FF 9F 5B 0 26 40 0 19 64 44
Octal 377 237 133 0 46 100 0 31 144 104
Binary 11111111 10011111 1011011 0 100110 1000000 0 11001 1100100 1000100

Color Harmonies of #FF9F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9F5B

Black with #FF9F5B

Text Example


Text Example

White with #FF9F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9F5B; }

 p { color: rgb(255,159,91); }

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

background-color css

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

 a { background-color: rgb(255,159,91); }

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

border-color css

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

 span { border-color: rgb(255,159,91); }

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