Html Css Color HEX #FAA062 Sandy Brown

📋 copy color: '#FAA062'

red 250 ◦ green 160 ◦ blue 98

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

Shades of Sandy Brown #FAA062

Tints of Sandy Brown #FAA062

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.5%

 BLUE value IS 98 (38.67% from 255) = 19.29%

R = 49.21%
G = 31.5%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FAA062 (or 0xFAA062) is known color: Sandy Brown. HEX triplet: FA, A0 and 62. RGB value is (250,160,98). Sum of RGB (Red+Green+Blue) = 250+160+98=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 98 (38.67% from 255 or 19.29% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA062 is #055F9D. Grayscale: #B4B4B4. Windows color (decimal): -352158 or 6463738. OLE color: 6463738.

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

Color convert

RGB 250 160 98 -
CMYK 0 0.36 0.61 0.02
HSL 24.47º 0.94% 0.68% -
HSV(B) 24.47º 0.61% 0.98% -
XYZ 54.2 46.35 17.64 -
YUV 179.84 81.82 178.04 -
System Red Green Blue C M Y K H S L
Decimal 250 160 98 0 0.36 0.61 0.02 24.47 0.94 0.68
Hex FA A0 62 0 24 3D 2 18 5E 44
Octal 372 240 142 0 44 75 2 30 136 104
Binary 11111010 10100000 1100010 0 100100 111101 10 11000 1011110 1000100

Color Harmonies of #FAA062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA062

Black with #FAA062

Text Example


Text Example

White with #FAA062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA062; }

 p { color: rgb(250,160,98); }

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

background-color css

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

 a { background-color: rgb(250,160,98); }

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

border-color css

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

 span { border-color: rgb(250,160,98); }

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