Html Css Color HEX #F2A65A Sandy Brown

📋 copy color: '#F2A65A'

red 242 ◦ green 166 ◦ blue 90

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

Shades of Sandy Brown #F2A65A

Tints of Sandy Brown #F2A65A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.33%

 BLUE value IS 90 (35.55% from 255) = 18.07%

R = 48.59%
G = 33.33%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2A65A (or 0xF2A65A) is known color: Sandy Brown. HEX triplet: F2, A6 and 5A. RGB value is (242,166,90). Sum of RGB (Red+Green+Blue) = 242+166+90=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A65A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A65A is #0D59A5. Grayscale: #B4B4B4. Windows color (decimal): -874918 or 5940978. OLE color: 5940978.

HSL color Cylindrical-coordinate representation of color #F2A65A: hue angle of 30º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2A65A is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 166 90 -
CMYK 0 0.31 0.63 0.05
HSL 30º 0.85% 0.65% -
HSV(B) 30º 0.63% 0.95% -
XYZ 52.1 46.89 15.98 -
YUV 180.06 77.18 172.18 -
System Red Green Blue C M Y K H S L
Decimal 242 166 90 0 0.31 0.63 0.05 30 0.85 0.65
Hex F2 A6 5A 0 1F 3F 5 1E 55 41
Octal 362 246 132 0 37 77 5 36 125 101
Binary 11110010 10100110 1011010 0 11111 111111 101 11110 1010101 1000001

Color Harmonies of #F2A65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A65A

Black with #F2A65A

Text Example


Text Example

White with #F2A65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A65A; }

 p { color: rgb(242,166,90); }

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

background-color css

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

 a { background-color: rgb(242,166,90); }

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

border-color css

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

 span { border-color: rgb(242,166,90); }

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