Html Css Color HEX #F6CE2E Golden Dream

📋 copy color: '#F6CE2E'

red 246 ◦ green 206 ◦ blue 46

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

Shades of Golden Dream #F6CE2E

Tints of Golden Dream #F6CE2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.24%

R = 49.4%
G = 41.37%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F6CE2E (or 0xF6CE2E) is known color: Golden Dream. HEX triplet: F6, CE and 2E. RGB value is (246,206,46). Sum of RGB (Red+Green+Blue) = 246+206+46=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 46 (18.36% from 255 or 9.24% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CE2E is #0931D1. Grayscale: #C8C8C8. Windows color (decimal): -602578 or 3067638. OLE color: 3067638.

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

Color convert

RGB 246 206 46 -
CMYK 0 0.16 0.81 0.04
HSL 48º 0.92% 0.57% -
HSV(B) 48º 0.81% 0.96% -
XYZ 60.57 63.93 11.73 -
YUV 199.72 41.25 161.01 -
System Red Green Blue C M Y K H S L
Decimal 246 206 46 0 0.16 0.81 0.04 48 0.92 0.57
Hex F6 CE 2E 0 10 51 4 30 5C 39
Octal 366 316 56 0 20 121 4 60 134 71
Binary 11110110 11001110 101110 0 10000 1010001 100 110000 1011100 111001

Color Harmonies of #F6CE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CE2E

Black with #F6CE2E

Text Example


Text Example

White with #F6CE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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