Html Css Color HEX #F2AB64 Sandy Brown

📋 copy color: '#F2AB64'

red 242 ◦ green 171 ◦ blue 100

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

Shades of Sandy Brown #F2AB64

Tints of Sandy Brown #F2AB64

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.33%

 BLUE value IS 100 (39.45% from 255) = 19.49%

R = 47.17%
G = 33.33%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F2AB64 (or 0xF2AB64) is known color: Sandy Brown. HEX triplet: F2, AB and 64. RGB value is (242,171,100). Sum of RGB (Red+Green+Blue) = 242+171+100=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AB64 is #0D549B. Grayscale: #B8B8B8. Windows color (decimal): -873628 or 6597618. OLE color: 6597618.

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

Color convert

RGB 242 171 100 -
CMYK 0 0.29 0.59 0.05
HSL 30º 0.85% 0.67% -
HSV(B) 30º 0.59% 0.95% -
XYZ 53.48 48.92 18.68 -
YUV 184.14 80.52 169.27 -
System Red Green Blue C M Y K H S L
Decimal 242 171 100 0 0.29 0.59 0.05 30 0.85 0.67
Hex F2 AB 64 0 1D 3B 5 1E 55 43
Octal 362 253 144 0 35 73 5 36 125 103
Binary 11110010 10101011 1100100 0 11101 111011 101 11110 1010101 1000011

Color Harmonies of #F2AB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AB64

Black with #F2AB64

Text Example


Text Example

White with #F2AB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AB64; }

 p { color: rgb(242,171,100); }

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

background-color css

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

 a { background-color: rgb(242,171,100); }

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

border-color css

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

 span { border-color: rgb(242,171,100); }

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