Html Css Color HEX #F0C56E Golden Sand

📋 copy color: '#F0C56E'

red 240 ◦ green 197 ◦ blue 110

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

Shades of Golden Sand #F0C56E

Tints of Golden Sand #F0C56E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.01%

 BLUE value IS 110 (43.36% from 255) = 20.11%

R = 43.88%
G = 36.01%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0C56E (or 0xF0C56E) is known color: Golden Sand. HEX triplet: F0, C5 and 6E. RGB value is (240,197,110). Sum of RGB (Red+Green+Blue) = 240+197+110=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 110 (43.36% from 255 or 20.11% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C56E is #0F3A91. Grayscale: #C8C8C8. Windows color (decimal): -998034 or 7259632. OLE color: 7259632.

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

Color convert

RGB 240 197 110 -
CMYK 0 0.18 0.54 0.06
HSL 40.15º 0.81% 0.69% -
HSV(B) 40.15º 0.54% 0.94% -
XYZ 58.72 59.58 23.16 -
YUV 199.94 77.25 156.57 -
System Red Green Blue C M Y K H S L
Decimal 240 197 110 0 0.18 0.54 0.06 40.15 0.81 0.69
Hex F0 C5 6E 0 12 36 6 28 51 45
Octal 360 305 156 0 22 66 6 50 121 105
Binary 11110000 11000101 1101110 0 10010 110110 110 101000 1010001 1000101

Color Harmonies of #F0C56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C56E

Black with #F0C56E

Text Example


Text Example

White with #F0C56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C56E; }

 p { color: rgb(240,197,110); }

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

background-color css

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

 a { background-color: rgb(240,197,110); }

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

border-color css

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

 span { border-color: rgb(240,197,110); }

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