Html Css Color HEX #F0A763 Sandy Brown

📋 copy color: '#F0A763'

red 240 ◦ green 167 ◦ blue 99

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

Shades of Sandy Brown #F0A763

Tints of Sandy Brown #F0A763

RGB

 RED value IS 240 (94.14% from 255) = 47.43%

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

 BLUE value IS 99 (39.06% from 255) = 19.57%

R = 47.43%
G = 33%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F0A763 (or 0xF0A763) is known color: Sandy Brown. HEX triplet: F0, A7 and 63. RGB value is (240,167,99). Sum of RGB (Red+Green+Blue) = 240+167+99=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A763 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A763 is #0F589C. Grayscale: #B5B5B5. Windows color (decimal): -1005725 or 6531056. OLE color: 6531056.

HSL color Cylindrical-coordinate representation of color #F0A763: hue angle of 28.94º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0A763 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 167 99 -
CMYK 0 0.30 0.59 0.06
HSL 28.94º 0.82% 0.66% -
HSV(B) 28.94º 0.59% 0.94% -
XYZ 52.01 47.06 18.15 -
YUV 181.08 81.68 170.03 -
System Red Green Blue C M Y K H S L
Decimal 240 167 99 0 0.30 0.59 0.06 28.94 0.82 0.66
Hex F0 A7 63 0 1E 3B 6 1D 52 42
Octal 360 247 143 0 36 73 6 35 122 102
Binary 11110000 10100111 1100011 0 11110 111011 110 11101 1010010 1000010

Color Harmonies of #F0A763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A763

Black with #F0A763

Text Example


Text Example

White with #F0A763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A763; }

 p { color: rgb(240,167,99); }

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

background-color css

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

 a { background-color: rgb(240,167,99); }

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

border-color css

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

 span { border-color: rgb(240,167,99); }

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