Html Css Color HEX #F2AB5C Sandy Brown

📋 copy color: '#F2AB5C'

red 242 ◦ green 171 ◦ blue 92

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

Shades of Sandy Brown #F2AB5C

Tints of Sandy Brown #F2AB5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.22%

R = 47.92%
G = 33.86%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2AB5C (or 0xF2AB5C) is known color: Sandy Brown. HEX triplet: F2, AB and 5C. RGB value is (242,171,92). Sum of RGB (Red+Green+Blue) = 242+171+92=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AB5C is #0D54A3. Grayscale: #B7B7B7. Windows color (decimal): -873636 or 6073330. OLE color: 6073330.

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

Color convert

RGB 242 171 92 -
CMYK 0 0.29 0.62 0.05
HSL 31.6º 0.85% 0.65% -
HSV(B) 31.6º 0.62% 0.95% -
XYZ 53.11 48.78 16.74 -
YUV 183.22 76.52 169.92 -
System Red Green Blue C M Y K H S L
Decimal 242 171 92 0 0.29 0.62 0.05 31.6 0.85 0.65
Hex F2 AB 5C 0 1D 3E 5 20 55 41
Octal 362 253 134 0 35 76 5 40 125 101
Binary 11110010 10101011 1011100 0 11101 111110 101 100000 1010101 1000001

Color Harmonies of #F2AB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AB5C

Black with #F2AB5C

Text Example


Text Example

White with #F2AB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AB5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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