Html Css Color HEX #F2AC65 Sandy Brown

📋 copy color: '#F2AC65'

red 242 ◦ green 172 ◦ blue 101

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

Shades of Sandy Brown #F2AC65

Tints of Sandy Brown #F2AC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.61%

R = 46.99%
G = 33.4%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F2AC65 (or 0xF2AC65) is known color: Sandy Brown. HEX triplet: F2, AC and 65. RGB value is (242,172,101). Sum of RGB (Red+Green+Blue) = 242+172+101=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AC65 is #0D539A. Grayscale: #B9B9B9. Windows color (decimal): -873371 or 6663410. OLE color: 6663410.

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

Color convert

RGB 242 172 101 -
CMYK 0 0.29 0.58 0.05
HSL 30.21º 0.84% 0.67% -
HSV(B) 30.21º 0.58% 0.95% -
XYZ 53.72 49.32 19 -
YUV 184.84 80.69 168.77 -
System Red Green Blue C M Y K H S L
Decimal 242 172 101 0 0.29 0.58 0.05 30.21 0.84 0.67
Hex F2 AC 65 0 1D 3A 5 1E 54 43
Octal 362 254 145 0 35 72 5 36 124 103
Binary 11110010 10101100 1100101 0 11101 111010 101 11110 1010100 1000011

Color Harmonies of #F2AC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AC65

Black with #F2AC65

Text Example


Text Example

White with #F2AC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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