Html Css Color HEX #F6CE64 Golden Sand

📋 copy color: '#F6CE64'

red 246 ◦ green 206 ◦ blue 100

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

Shades of Golden Sand #F6CE64

Tints of Golden Sand #F6CE64

RGB

 RED value IS 246 (96.48% from 255) = 44.57%

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

 BLUE value IS 100 (39.45% from 255) = 18.12%

R = 44.57%
G = 37.32%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F6CE64 (or 0xF6CE64) is known color: Golden Sand. HEX triplet: F6, CE and 64. RGB value is (246,206,100). Sum of RGB (Red+Green+Blue) = 246+206+100=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 100 (39.45% from 255 or 18.12% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CE64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CE64 is #09319B. Grayscale: #CECECE. Windows color (decimal): -602524 or 6606582. OLE color: 6606582.

HSL color Cylindrical-coordinate representation of color #F6CE64: hue angle of 43.56º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6CE64 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 206 100 -
CMYK 0 0.16 0.59 0.04
HSL 43.56º 0.89% 0.68% -
HSV(B) 43.56º 0.59% 0.96% -
XYZ 62.38 64.66 21.25 -
YUV 205.88 68.25 156.62 -
System Red Green Blue C M Y K H S L
Decimal 246 206 100 0 0.16 0.59 0.04 43.56 0.89 0.68
Hex F6 CE 64 0 10 3B 4 2C 59 44
Octal 366 316 144 0 20 73 4 54 131 104
Binary 11110110 11001110 1100100 0 10000 111011 100 101100 1011001 1000100

Color Harmonies of #F6CE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CE64

Black with #F6CE64

Text Example


Text Example

White with #F6CE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CE64; }

 p { color: rgb(246,206,100); }

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

background-color css

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

 a { background-color: rgb(246,206,100); }

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

border-color css

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

 span { border-color: rgb(246,206,100); }

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