Html Css Color HEX #F9A85F Sandy Brown

📋 copy color: '#F9A85F'

red 249 ◦ green 168 ◦ blue 95

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

Shades of Sandy Brown #F9A85F

Tints of Sandy Brown #F9A85F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.81%

 BLUE value IS 95 (37.5% from 255) = 18.55%

R = 48.63%
G = 32.81%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F9A85F (or 0xF9A85F) is known color: Sandy Brown. HEX triplet: F9, A8 and 5F. RGB value is (249,168,95). Sum of RGB (Red+Green+Blue) = 249+168+95=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A85F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A85F is #0657A0. Grayscale: #B8B8B8. Windows color (decimal): -415649 or 6269177. OLE color: 6269177.

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

Color convert

RGB 249 168 95 -
CMYK 0 0.33 0.62 0.02
HSL 28.44º 0.93% 0.67% -
HSV(B) 28.44º 0.62% 0.98% -
XYZ 55.14 48.97 17.37 -
YUV 183.9 77.84 174.44 -
System Red Green Blue C M Y K H S L
Decimal 249 168 95 0 0.33 0.62 0.02 28.44 0.93 0.67
Hex F9 A8 5F 0 21 3E 2 1C 5D 43
Octal 371 250 137 0 41 76 2 34 135 103
Binary 11111001 10101000 1011111 0 100001 111110 10 11100 1011101 1000011

Color Harmonies of #F9A85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A85F

Black with #F9A85F

Text Example


Text Example

White with #F9A85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A85F; }

 p { color: rgb(249,168,95); }

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

background-color css

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

 a { background-color: rgb(249,168,95); }

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

border-color css

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

 span { border-color: rgb(249,168,95); }

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