Html Css Color HEX #F2AC6B Sandy Brown

📋 copy color: '#F2AC6B'

red 242 ◦ green 172 ◦ blue 107

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

Shades of Sandy Brown #F2AC6B

Tints of Sandy Brown #F2AC6B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.01%

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

R = 46.45%
G = 33.01%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2AC6B (or 0xF2AC6B) is known color: Sandy Brown. HEX triplet: F2, AC and 6B. RGB value is (242,172,107). Sum of RGB (Red+Green+Blue) = 242+172+107=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 107 (42.19% from 255 or 20.54% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AC6B is #0D5394. Grayscale: #B9B9B9. Windows color (decimal): -873365 or 7056626. OLE color: 7056626.

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

Color convert

RGB 242 172 107 -
CMYK 0 0.29 0.56 0.05
HSL 28.89º 0.84% 0.68% -
HSV(B) 28.89º 0.56% 0.95% -
XYZ 54.02 49.44 20.61 -
YUV 185.52 83.69 168.29 -
System Red Green Blue C M Y K H S L
Decimal 242 172 107 0 0.29 0.56 0.05 28.89 0.84 0.68
Hex F2 AC 6B 0 1D 38 5 1D 54 44
Octal 362 254 153 0 35 70 5 35 124 104
Binary 11110010 10101100 1101011 0 11101 111000 101 11101 1010100 1000100

Color Harmonies of #F2AC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AC6B

Black with #F2AC6B

Text Example


Text Example

White with #F2AC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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