Html Css Color HEX #F2A16B Sandy Brown

📋 copy color: '#F2A16B'

red 242 ◦ green 161 ◦ blue 107

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

Shades of Sandy Brown #F2A16B

Tints of Sandy Brown #F2A16B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.57%

 BLUE value IS 107 (42.19% from 255) = 20.98%

R = 47.45%
G = 31.57%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2A16B (or 0xF2A16B) is known color: Sandy Brown. HEX triplet: F2, A1 and 6B. RGB value is (242,161,107). Sum of RGB (Red+Green+Blue) = 242+161+107=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 107 (42.19% from 255 or 20.98% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A16B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A16B is #0D5E94. Grayscale: #B3B3B3. Windows color (decimal): -876181 or 7053810. OLE color: 7053810.

HSL color Cylindrical-coordinate representation of color #F2A16B: hue angle of 24º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2A16B is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 161 107 -
CMYK 0 0.33 0.56 0.05
HSL 24º 0.84% 0.68% -
HSV(B) 24º 0.56% 0.95% -
XYZ 52.02 45.43 19.94 -
YUV 179.06 87.34 172.89 -
System Red Green Blue C M Y K H S L
Decimal 242 161 107 0 0.33 0.56 0.05 24 0.84 0.68
Hex F2 A1 6B 0 21 38 5 18 54 44
Octal 362 241 153 0 41 70 5 30 124 104
Binary 11110010 10100001 1101011 0 100001 111000 101 11000 1010100 1000100

Color Harmonies of #F2A16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A16B

Black with #F2A16B

Text Example


Text Example

White with #F2A16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A16B; }

 p { color: rgb(242,161,107); }

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

background-color css

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

 a { background-color: rgb(242,161,107); }

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

border-color css

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

 span { border-color: rgb(242,161,107); }

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