Html Css Color HEX #F2A359 Sandy Brown

📋 copy color: '#F2A359'

red 242 ◦ green 163 ◦ blue 89

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

Shades of Sandy Brown #F2A359

Tints of Sandy Brown #F2A359

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33%

 BLUE value IS 89 (35.16% from 255) = 18.02%

R = 48.99%
G = 33%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2A359 (or 0xF2A359) is known color: Sandy Brown. HEX triplet: F2, A3 and 59. RGB value is (242,163,89). Sum of RGB (Red+Green+Blue) = 242+163+89=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 89 (35.16% from 255 or 18.02% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A359 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A359 is #0D5CA6. Grayscale: #B2B2B2. Windows color (decimal): -875687 or 5874674. OLE color: 5874674.

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

Color convert

RGB 242 163 89 -
CMYK 0 0.33 0.63 0.05
HSL 29.02º 0.85% 0.65% -
HSV(B) 29.02º 0.63% 0.95% -
XYZ 51.52 45.79 15.57 -
YUV 178.19 77.67 173.52 -
System Red Green Blue C M Y K H S L
Decimal 242 163 89 0 0.33 0.63 0.05 29.02 0.85 0.65
Hex F2 A3 59 0 21 3F 5 1D 55 41
Octal 362 243 131 0 41 77 5 35 125 101
Binary 11110010 10100011 1011001 0 100001 111111 101 11101 1010101 1000001

Color Harmonies of #F2A359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A359

Black with #F2A359

Text Example


Text Example

White with #F2A359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A359; }

 p { color: rgb(242,163,89); }

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

background-color css

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

 a { background-color: rgb(242,163,89); }

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

border-color css

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

 span { border-color: rgb(242,163,89); }

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