Html Css Color HEX #F2A85A Sandy Brown

📋 copy color: '#F2A85A'

red 242 ◦ green 168 ◦ blue 90

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

Shades of Sandy Brown #F2A85A

Tints of Sandy Brown #F2A85A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.6%

 BLUE value IS 90 (35.55% from 255) = 18%

R = 48.4%
G = 33.6%
B = 18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2A85A (or 0xF2A85A) is known color: Sandy Brown. HEX triplet: F2, A8 and 5A. RGB value is (242,168,90). Sum of RGB (Red+Green+Blue) = 242+168+90=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 90 (35.55% from 255 or 18% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A85A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A85A is #0D57A5. Grayscale: #B5B5B5. Windows color (decimal): -874406 or 5941490. OLE color: 5941490.

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

Color convert

RGB 242 168 90 -
CMYK 0 0.31 0.63 0.05
HSL 30.79º 0.85% 0.65% -
HSV(B) 30.79º 0.63% 0.95% -
XYZ 52.47 47.62 16.1 -
YUV 181.23 76.52 171.34 -
System Red Green Blue C M Y K H S L
Decimal 242 168 90 0 0.31 0.63 0.05 30.79 0.85 0.65
Hex F2 A8 5A 0 1F 3F 5 1F 55 41
Octal 362 250 132 0 37 77 5 37 125 101
Binary 11110010 10101000 1011010 0 11111 111111 101 11111 1010101 1000001

Color Harmonies of #F2A85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A85A

Black with #F2A85A

Text Example


Text Example

White with #F2A85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A85A; }

 p { color: rgb(242,168,90); }

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

background-color css

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

 a { background-color: rgb(242,168,90); }

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

border-color css

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

 span { border-color: rgb(242,168,90); }

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