Html Css Color HEX #F0CF6D Golden Sand

📋 copy color: '#F0CF6D'

red 240 ◦ green 207 ◦ blue 109

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

Shades of Golden Sand #F0CF6D

Tints of Golden Sand #F0CF6D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.23%

 BLUE value IS 109 (42.97% from 255) = 19.6%

R = 43.17%
G = 37.23%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0CF6D (or 0xF0CF6D) is known color: Golden Sand. HEX triplet: F0, CF and 6D. RGB value is (240,207,109). Sum of RGB (Red+Green+Blue) = 240+207+109=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 109 (42.97% from 255 or 19.60% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CF6D is #0F3092. Grayscale: #CECECE. Windows color (decimal): -995475 or 7196656. OLE color: 7196656.

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

Color convert

RGB 240 207 109 -
CMYK 0 0.14 0.55 0.06
HSL 44.89º 0.81% 0.68% -
HSV(B) 44.89º 0.55% 0.94% -
XYZ 61.01 64.26 23.65 -
YUV 205.7 73.43 152.47 -
System Red Green Blue C M Y K H S L
Decimal 240 207 109 0 0.14 0.55 0.06 44.89 0.81 0.68
Hex F0 CF 6D 0 E 37 6 2D 51 44
Octal 360 317 155 0 16 67 6 55 121 104
Binary 11110000 11001111 1101101 0 1110 110111 110 101101 1010001 1000100

Color Harmonies of #F0CF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CF6D

Black with #F0CF6D

Text Example


Text Example

White with #F0CF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CF6D; }

 p { color: rgb(240,207,109); }

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

background-color css

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

 a { background-color: rgb(240,207,109); }

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

border-color css

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

 span { border-color: rgb(240,207,109); }

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