Html Css Color HEX #F2A76B Sandy Brown

📋 copy color: '#F2A76B'

red 242 ◦ green 167 ◦ blue 107

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

Shades of Sandy Brown #F2A76B

Tints of Sandy Brown #F2A76B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.36%

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

R = 46.9%
G = 32.36%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2A76B (or 0xF2A76B) is known color: Sandy Brown. HEX triplet: F2, A7 and 6B. RGB value is (242,167,107). Sum of RGB (Red+Green+Blue) = 242+167+107=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 107 (42.19% from 255 or 20.74% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A76B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A76B is #0D5894. Grayscale: #B6B6B6. Windows color (decimal): -874645 or 7055346. OLE color: 7055346.

HSL color Cylindrical-coordinate representation of color #F2A76B: hue angle of 26.67º 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 #F2A76B is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 167 107 -
CMYK 0 0.31 0.56 0.05
HSL 26.67º 0.84% 0.68% -
HSV(B) 26.67º 0.56% 0.95% -
XYZ 53.09 47.58 20.29 -
YUV 182.59 85.35 170.38 -
System Red Green Blue C M Y K H S L
Decimal 242 167 107 0 0.31 0.56 0.05 26.67 0.84 0.68
Hex F2 A7 6B 0 1F 38 5 1B 54 44
Octal 362 247 153 0 37 70 5 33 124 104
Binary 11110010 10100111 1101011 0 11111 111000 101 11011 1010100 1000100

Color Harmonies of #F2A76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A76B

Black with #F2A76B

Text Example


Text Example

White with #F2A76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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