Html Css Color HEX #F0D763 Golden Sand

📋 copy color: '#F0D763'

red 240 ◦ green 215 ◦ blue 99

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

Shades of Golden Sand #F0D763

Tints of Golden Sand #F0D763

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.81%

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

R = 43.32%
G = 38.81%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F0D763 (or 0xF0D763) is known color: Golden Sand. HEX triplet: F0, D7 and 63. RGB value is (240,215,99). Sum of RGB (Red+Green+Blue) = 240+215+99=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 99 (39.06% from 255 or 17.87% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D763 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D763 is #0F289C. Grayscale: #D1D1D1. Windows color (decimal): -993437 or 6543344. OLE color: 6543344.

HSL color Cylindrical-coordinate representation of color #F0D763: hue angle of 49.36º 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 #F0D763 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 215 99 -
CMYK 0 0.10 0.59 0.06
HSL 49.36º 0.82% 0.66% -
HSV(B) 49.36º 0.59% 0.94% -
XYZ 62.49 68.03 21.64 -
YUV 209.25 65.78 149.93 -
System Red Green Blue C M Y K H S L
Decimal 240 215 99 0 0.10 0.59 0.06 49.36 0.82 0.66
Hex F0 D7 63 0 A 3B 6 31 52 42
Octal 360 327 143 0 12 73 6 61 122 102
Binary 11110000 11010111 1100011 0 1010 111011 110 110001 1010010 1000010

Color Harmonies of #F0D763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D763

Black with #F0D763

Text Example


Text Example

White with #F0D763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D763; }

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

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

background-color css

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

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

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

border-color css

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

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

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