Html Css Color HEX #F2A768 Sandy Brown

📋 copy color: '#F2A768'

red 242 ◦ green 167 ◦ blue 104

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

Shades of Sandy Brown #F2A768

Tints of Sandy Brown #F2A768

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.55%

 BLUE value IS 104 (41.02% from 255) = 20.27%

R = 47.17%
G = 32.55%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2A768 (or 0xF2A768) is known color: Sandy Brown. HEX triplet: F2, A7 and 68. RGB value is (242,167,104). Sum of RGB (Red+Green+Blue) = 242+167+104=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 104 (41.02% from 255 or 20.27% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A768 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A768 is #0D5897. Grayscale: #B6B6B6. Windows color (decimal): -874648 or 6858738. OLE color: 6858738.

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

Color convert

RGB 242 167 104 -
CMYK 0 0.31 0.57 0.05
HSL 27.39º 0.84% 0.68% -
HSV(B) 27.39º 0.57% 0.95% -
XYZ 52.94 47.51 19.48 -
YUV 182.24 83.85 170.62 -
System Red Green Blue C M Y K H S L
Decimal 242 167 104 0 0.31 0.57 0.05 27.39 0.84 0.68
Hex F2 A7 68 0 1F 39 5 1B 54 44
Octal 362 247 150 0 37 71 5 33 124 104
Binary 11110010 10100111 1101000 0 11111 111001 101 11011 1010100 1000100

Color Harmonies of #F2A768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A768

Black with #F2A768

Text Example


Text Example

White with #F2A768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A768; }

 p { color: rgb(242,167,104); }

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

background-color css

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

 a { background-color: rgb(242,167,104); }

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

border-color css

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

 span { border-color: rgb(242,167,104); }

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