Html Css Color HEX #F2A062 Sandy Brown

📋 copy color: '#F2A062'

red 242 ◦ green 160 ◦ blue 98

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

Shades of Sandy Brown #F2A062

Tints of Sandy Brown #F2A062

RGB

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

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

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

R = 48.4%
G = 32%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F2A062 (or 0xF2A062) is known color: Sandy Brown. HEX triplet: F2, A0 and 62. RGB value is (242,160,98). Sum of RGB (Red+Green+Blue) = 242+160+98=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A062 is #0D5F9D. Grayscale: #B1B1B1. Windows color (decimal): -876446 or 6463730. OLE color: 6463730.

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

Color convert

RGB 242 160 98 -
CMYK 0 0.34 0.60 0.05
HSL 25.83º 0.85% 0.67% -
HSV(B) 25.83º 0.6% 0.95% -
XYZ 51.39 44.9 17.51 -
YUV 177.45 83.17 174.04 -
System Red Green Blue C M Y K H S L
Decimal 242 160 98 0 0.34 0.60 0.05 25.83 0.85 0.67
Hex F2 A0 62 0 22 3C 5 1A 55 43
Octal 362 240 142 0 42 74 5 32 125 103
Binary 11110010 10100000 1100010 0 100010 111100 101 11010 1010101 1000011

Color Harmonies of #F2A062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A062

Black with #F2A062

Text Example


Text Example

White with #F2A062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A062; }

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

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

background-color css

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

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

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

border-color css

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

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

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