Html Css Color HEX #F2A460 Sandy Brown

📋 copy color: '#F2A460'

red 242 ◦ green 164 ◦ blue 96

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

Shades of Sandy Brown #F2A460

Tints of Sandy Brown #F2A460

RGB

 RED value IS 242 (94.92% from 255) = 48.21%

 GREEN value IS 164 (64.45% from 255) = 32.67%

 BLUE value IS 96 (37.89% from 255) = 19.12%

R = 48.21%
G = 32.67%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F2A460 (or 0xF2A460) is known color: Sandy Brown. HEX triplet: F2, A4 and 60. RGB value is (242,164,96). Sum of RGB (Red+Green+Blue) = 242+164+96=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A460 is #0D5B9F. Grayscale: #B3B3B3. Windows color (decimal): -875424 or 6333682. OLE color: 6333682.

HSL color Cylindrical-coordinate representation of color #F2A460: hue angle of 27.95º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2A460 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 164 96 -
CMYK 0 0.32 0.60 0.05
HSL 27.95º 0.85% 0.66% -
HSV(B) 27.95º 0.6% 0.95% -
XYZ 52 46.27 17.26 -
YUV 179.57 80.84 172.53 -
System Red Green Blue C M Y K H S L
Decimal 242 164 96 0 0.32 0.60 0.05 27.95 0.85 0.66
Hex F2 A4 60 0 20 3C 5 1C 55 42
Octal 362 244 140 0 40 74 5 34 125 102
Binary 11110010 10100100 1100000 0 100000 111100 101 11100 1010101 1000010

Color Harmonies of #F2A460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A460

Black with #F2A460

Text Example


Text Example

White with #F2A460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A460; }

 p { color: rgb(242,164,96); }

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

background-color css

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

 a { background-color: rgb(242,164,96); }

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

border-color css

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

 span { border-color: rgb(242,164,96); }

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