Html Css Color HEX #F2A067 Sandy Brown

📋 copy color: '#F2A067'

red 242 ◦ green 160 ◦ blue 103

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

Shades of Sandy Brown #F2A067

Tints of Sandy Brown #F2A067

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.68%

 BLUE value IS 103 (40.63% from 255) = 20.4%

R = 47.92%
G = 31.68%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2A067 (or 0xF2A067) is known color: Sandy Brown. HEX triplet: F2, A0 and 67. RGB value is (242,160,103). Sum of RGB (Red+Green+Blue) = 242+160+103=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 103 (40.62% from 255 or 20.40% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A067 is #0D5F98. Grayscale: #B2B2B2. Windows color (decimal): -876441 or 6791410. OLE color: 6791410.

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

Color convert

RGB 242 160 103 -
CMYK 0 0.34 0.57 0.05
HSL 24.6º 0.84% 0.68% -
HSV(B) 24.6º 0.57% 0.95% -
XYZ 51.64 45 18.8 -
YUV 178.02 85.67 173.63 -
System Red Green Blue C M Y K H S L
Decimal 242 160 103 0 0.34 0.57 0.05 24.6 0.84 0.68
Hex F2 A0 67 0 22 39 5 19 54 44
Octal 362 240 147 0 42 71 5 31 124 104
Binary 11110010 10100000 1100111 0 100010 111001 101 11001 1010100 1000100

Color Harmonies of #F2A067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A067

Black with #F2A067

Text Example


Text Example

White with #F2A067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A067; }

 p { color: rgb(242,160,103); }

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

background-color css

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

 a { background-color: rgb(242,160,103); }

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

border-color css

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

 span { border-color: rgb(242,160,103); }

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