Html Css Color HEX #F0D965 Golden Sand

📋 copy color: '#F0D965'

red 240 ◦ green 217 ◦ blue 101

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

Shades of Golden Sand #F0D965

Tints of Golden Sand #F0D965

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.89%

 BLUE value IS 101 (39.84% from 255) = 18.1%

R = 43.01%
G = 38.89%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F0D965 (or 0xF0D965) is known color: Golden Sand. HEX triplet: F0, D9 and 65. RGB value is (240,217,101). Sum of RGB (Red+Green+Blue) = 240+217+101=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 101 (39.84% from 255 or 18.10% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D965 is #0F269A. Grayscale: #D3D3D3. Windows color (decimal): -992923 or 6674928. OLE color: 6674928.

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

Color convert

RGB 240 217 101 -
CMYK 0 0.10 0.58 0.06
HSL 50.07º 0.82% 0.67% -
HSV(B) 50.07º 0.58% 0.94% -
XYZ 63.1 69.09 22.32 -
YUV 210.65 66.12 148.93 -
System Red Green Blue C M Y K H S L
Decimal 240 217 101 0 0.10 0.58 0.06 50.07 0.82 0.67
Hex F0 D9 65 0 A 3A 6 32 52 43
Octal 360 331 145 0 12 72 6 62 122 103
Binary 11110000 11011001 1100101 0 1010 111010 110 110010 1010010 1000011

Color Harmonies of #F0D965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D965

Black with #F0D965

Text Example


Text Example

White with #F0D965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D965; }

 p { color: rgb(240,217,101); }

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

background-color css

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

 a { background-color: rgb(240,217,101); }

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

border-color css

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

 span { border-color: rgb(240,217,101); }

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