Html Css Color HEX #F2A569 Sandy Brown

📋 copy color: '#F2A569'

red 242 ◦ green 165 ◦ blue 105

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

Shades of Sandy Brown #F2A569

Tints of Sandy Brown #F2A569

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.23%

 BLUE value IS 105 (41.41% from 255) = 20.51%

R = 47.27%
G = 32.23%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2A569 (or 0xF2A569) is known color: Sandy Brown. HEX triplet: F2, A5 and 69. RGB value is (242,165,105). Sum of RGB (Red+Green+Blue) = 242+165+105=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A569 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A569 is #0D5A96. Grayscale: #B5B5B5. Windows color (decimal): -875159 or 6923762. OLE color: 6923762.

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

Color convert

RGB 242 165 105 -
CMYK 0 0.32 0.57 0.05
HSL 26.28º 0.84% 0.68% -
HSV(B) 26.28º 0.57% 0.95% -
XYZ 52.62 46.81 19.63 -
YUV 181.18 85.01 171.38 -
System Red Green Blue C M Y K H S L
Decimal 242 165 105 0 0.32 0.57 0.05 26.28 0.84 0.68
Hex F2 A5 69 0 20 39 5 1A 54 44
Octal 362 245 151 0 40 71 5 32 124 104
Binary 11110010 10100101 1101001 0 100000 111001 101 11010 1010100 1000100

Color Harmonies of #F2A569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A569

Black with #F2A569

Text Example


Text Example

White with #F2A569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A569; }

 p { color: rgb(242,165,105); }

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

background-color css

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

 a { background-color: rgb(242,165,105); }

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

border-color css

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

 span { border-color: rgb(242,165,105); }

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