Html Css Color HEX #F9A255 Sandy Brown

📋 copy color: '#F9A255'

red 249 ◦ green 162 ◦ blue 85

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

Shades of Sandy Brown #F9A255

Tints of Sandy Brown #F9A255

RGB

 RED value IS 249 (97.66% from 255) = 50.2%

 GREEN value IS 162 (63.67% from 255) = 32.66%

 BLUE value IS 85 (33.59% from 255) = 17.14%

R = 50.2%
G = 32.66%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#F9A255 (or 0xF9A255) is known color: Sandy Brown. HEX triplet: F9, A2 and 55. RGB value is (249,162,85). Sum of RGB (Red+Green+Blue) = 249+162+85=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A255 is #065DAA. Grayscale: #B3B3B3. Windows color (decimal): -417195 or 5612281. OLE color: 5612281.

HSL color Cylindrical-coordinate representation of color #F9A255: hue angle of 28.17º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F9A255 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 162 85 -
CMYK 0 0.35 0.66 0.02
HSL 28.17º 0.93% 0.65% -
HSV(B) 28.17º 0.66% 0.98% -
XYZ 53.63 46.64 14.77 -
YUV 179.24 74.82 177.76 -
System Red Green Blue C M Y K H S L
Decimal 249 162 85 0 0.35 0.66 0.02 28.17 0.93 0.65
Hex F9 A2 55 0 23 42 2 1C 5D 41
Octal 371 242 125 0 43 102 2 34 135 101
Binary 11111001 10100010 1010101 0 100011 1000010 10 11100 1011101 1000001

Color Harmonies of #F9A255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A255

Black with #F9A255

Text Example


Text Example

White with #F9A255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A255; }

 p { color: rgb(249,162,85); }

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

background-color css

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

 a { background-color: rgb(249,162,85); }

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

border-color css

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

 span { border-color: rgb(249,162,85); }

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