Html Css Color HEX #F0DC69 Golden Sand

📋 copy color: '#F0DC69'

red 240 ◦ green 220 ◦ blue 105

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

Shades of Golden Sand #F0DC69

Tints of Golden Sand #F0DC69

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.94%

 BLUE value IS 105 (41.41% from 255) = 18.58%

R = 42.48%
G = 38.94%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0DC69 (or 0xF0DC69) is known color: Golden Sand. HEX triplet: F0, DC and 69. RGB value is (240,220,105). Sum of RGB (Red+Green+Blue) = 240+220+105=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 105 (41.41% from 255 or 18.58% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DC69 is #0F2396. Grayscale: #D5D5D5. Windows color (decimal): -992151 or 6937840. OLE color: 6937840.

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

Color convert

RGB 240 220 105 -
CMYK 0 0.08 0.56 0.06
HSL 51.11º 0.82% 0.68% -
HSV(B) 51.11º 0.56% 0.94% -
XYZ 64.08 70.73 23.64 -
YUV 212.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 240 220 105 0 0.08 0.56 0.06 51.11 0.82 0.68
Hex F0 DC 69 0 8 38 6 33 52 44
Octal 360 334 151 0 10 70 6 63 122 104
Binary 11110000 11011100 1101001 0 1000 111000 110 110011 1010010 1000100

Color Harmonies of #F0DC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DC69

Black with #F0DC69

Text Example


Text Example

White with #F0DC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DC69; }

 p { color: rgb(240,220,105); }

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

background-color css

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

 a { background-color: rgb(240,220,105); }

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

border-color css

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

 span { border-color: rgb(240,220,105); }

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