Html Css Color HEX #F2A258 Sandy Brown

📋 copy color: '#F2A258'

red 242 ◦ green 162 ◦ blue 88

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

Shades of Sandy Brown #F2A258

Tints of Sandy Brown #F2A258

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.93%

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

R = 49.19%
G = 32.93%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F2A258 (or 0xF2A258) is known color: Sandy Brown. HEX triplet: F2, A2 and 58. RGB value is (242,162,88). Sum of RGB (Red+Green+Blue) = 242+162+88=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 88 (34.77% from 255 or 17.89% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A258 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A258 is #0D5DA7. Grayscale: #B1B1B1. Windows color (decimal): -875944 or 5808882. OLE color: 5808882.

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

Color convert

RGB 242 162 88 -
CMYK 0 0.33 0.64 0.05
HSL 28.83º 0.86% 0.65% -
HSV(B) 28.83º 0.64% 0.95% -
XYZ 51.3 45.42 15.3 -
YUV 177.48 77.5 174.02 -
System Red Green Blue C M Y K H S L
Decimal 242 162 88 0 0.33 0.64 0.05 28.83 0.86 0.65
Hex F2 A2 58 0 21 40 5 1D 56 41
Octal 362 242 130 0 41 100 5 35 126 101
Binary 11110010 10100010 1011000 0 100001 1000000 101 11101 1010110 1000001

Color Harmonies of #F2A258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A258

Black with #F2A258

Text Example


Text Example

White with #F2A258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A258; }

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

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

background-color css

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

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

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

border-color css

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

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

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