Html Css Color HEX #F2A85C Sandy Brown

📋 copy color: '#F2A85C'

red 242 ◦ green 168 ◦ blue 92

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

Shades of Sandy Brown #F2A85C

Tints of Sandy Brown #F2A85C

RGB

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

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

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

R = 48.21%
G = 33.47%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2A85C (or 0xF2A85C) is known color: Sandy Brown. HEX triplet: F2, A8 and 5C. RGB value is (242,168,92). Sum of RGB (Red+Green+Blue) = 242+168+92=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A85C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A85C is #0D57A3. Grayscale: #B5B5B5. Windows color (decimal): -874404 or 6072562. OLE color: 6072562.

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

Color convert

RGB 242 168 92 -
CMYK 0 0.31 0.62 0.05
HSL 30.4º 0.85% 0.65% -
HSV(B) 30.4º 0.62% 0.95% -
XYZ 52.55 47.66 16.55 -
YUV 181.46 77.52 171.18 -
System Red Green Blue C M Y K H S L
Decimal 242 168 92 0 0.31 0.62 0.05 30.4 0.85 0.65
Hex F2 A8 5C 0 1F 3E 5 1E 55 41
Octal 362 250 134 0 37 76 5 36 125 101
Binary 11110010 10101000 1011100 0 11111 111110 101 11110 1010101 1000001

Color Harmonies of #F2A85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A85C

Black with #F2A85C

Text Example


Text Example

White with #F2A85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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