Html Css Color HEX #F0CE6C Golden Sand

📋 copy color: '#F0CE6C'

red 240 ◦ green 206 ◦ blue 108

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

Shades of Golden Sand #F0CE6C

Tints of Golden Sand #F0CE6C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.18%

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

R = 43.32%
G = 37.18%
B = 19.49%

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

#F0CE6C (or 0xF0CE6C) is known color: Golden Sand. HEX triplet: F0, CE and 6C. RGB value is (240,206,108). Sum of RGB (Red+Green+Blue) = 240+206+108=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CE6C is #0F3193. Grayscale: #CDCDCD. Windows color (decimal): -995732 or 7130864. OLE color: 7130864.

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

Color convert

RGB 240 206 108 -
CMYK 0 0.14 0.55 0.06
HSL 44.55º 0.81% 0.68% -
HSV(B) 44.55º 0.55% 0.94% -
XYZ 60.71 63.75 23.29 -
YUV 204.99 73.26 152.97 -
System Red Green Blue C M Y K H S L
Decimal 240 206 108 0 0.14 0.55 0.06 44.55 0.81 0.68
Hex F0 CE 6C 0 E 37 6 2D 51 44
Octal 360 316 154 0 16 67 6 55 121 104
Binary 11110000 11001110 1101100 0 1110 110111 110 101101 1010001 1000100

Color Harmonies of #F0CE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CE6C

Black with #F0CE6C

Text Example


Text Example

White with #F0CE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CE6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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