Html Css Color HEX #F0D36C Golden Sand

📋 copy color: '#F0D36C'

red 240 ◦ green 211 ◦ blue 108

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

Shades of Golden Sand #F0D36C

Tints of Golden Sand #F0D36C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.75%

 BLUE value IS 108 (42.58% from 255) = 19.32%

R = 42.93%
G = 37.75%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0D36C (or 0xF0D36C) is known color: Golden Sand. HEX triplet: F0, D3 and 6C. RGB value is (240,211,108). Sum of RGB (Red+Green+Blue) = 240+211+108=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 108 (42.58% from 255 or 19.32% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D36C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D36C is #0F2C93. Grayscale: #D0D0D0. Windows color (decimal): -994452 or 7132144. OLE color: 7132144.

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

Color convert

RGB 240 211 108 -
CMYK 0 0.12 0.55 0.06
HSL 46.82º 0.81% 0.68% -
HSV(B) 46.82º 0.55% 0.94% -
XYZ 61.94 66.2 23.7 -
YUV 207.93 71.61 150.88 -
System Red Green Blue C M Y K H S L
Decimal 240 211 108 0 0.12 0.55 0.06 46.82 0.81 0.68
Hex F0 D3 6C 0 C 37 6 2F 51 44
Octal 360 323 154 0 14 67 6 57 121 104
Binary 11110000 11010011 1101100 0 1100 110111 110 101111 1010001 1000100

Color Harmonies of #F0D36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D36C

Black with #F0D36C

Text Example


Text Example

White with #F0D36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D36C; }

 p { color: rgb(240,211,108); }

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

background-color css

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

 a { background-color: rgb(240,211,108); }

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

border-color css

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

 span { border-color: rgb(240,211,108); }

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