Html Css Color HEX #F2A458 Sandy Brown

📋 copy color: '#F2A458'

red 242 ◦ green 164 ◦ blue 88

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

Shades of Sandy Brown #F2A458

Tints of Sandy Brown #F2A458

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.2%

 BLUE value IS 88 (34.77% from 255) = 17.81%

R = 48.99%
G = 33.2%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F2A458 (or 0xF2A458) is known color: Sandy Brown. HEX triplet: F2, A4 and 58. RGB value is (242,164,88). Sum of RGB (Red+Green+Blue) = 242+164+88=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 88 (34.77% from 255 or 17.81% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A458 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A458 is #0D5BA7. Grayscale: #B3B3B3. Windows color (decimal): -875432 or 5809394. OLE color: 5809394.

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

Color convert

RGB 242 164 88 -
CMYK 0 0.32 0.64 0.05
HSL 29.61º 0.86% 0.65% -
HSV(B) 29.61º 0.64% 0.95% -
XYZ 51.65 46.13 15.41 -
YUV 178.66 76.84 173.18 -
System Red Green Blue C M Y K H S L
Decimal 242 164 88 0 0.32 0.64 0.05 29.61 0.86 0.65
Hex F2 A4 58 0 20 40 5 1E 56 41
Octal 362 244 130 0 40 100 5 36 126 101
Binary 11110010 10100100 1011000 0 100000 1000000 101 11110 1010110 1000001

Color Harmonies of #F2A458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A458

Black with #F2A458

Text Example


Text Example

White with #F2A458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A458; }

 p { color: rgb(242,164,88); }

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

background-color css

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

 a { background-color: rgb(242,164,88); }

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

border-color css

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

 span { border-color: rgb(242,164,88); }

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