Html Css Color HEX #F6D32E Golden Dream

📋 copy color: '#F6D32E'

red 246 ◦ green 211 ◦ blue 46

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

Shades of Golden Dream #F6D32E

Tints of Golden Dream #F6D32E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.95%

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

R = 48.91%
G = 41.95%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F6D32E (or 0xF6D32E) is known color: Golden Dream. HEX triplet: F6, D3 and 2E. RGB value is (246,211,46). Sum of RGB (Red+Green+Blue) = 246+211+46=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 46 (18.36% from 255 or 9.15% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D32E is #092CD1. Grayscale: #CBCBCB. Windows color (decimal): -601298 or 3068918. OLE color: 3068918.

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

Color convert

RGB 246 211 46 -
CMYK 0 0.14 0.81 0.04
HSL 49.5º 0.92% 0.57% -
HSV(B) 49.5º 0.81% 0.96% -
XYZ 61.79 66.38 12.14 -
YUV 202.66 39.6 158.92 -
System Red Green Blue C M Y K H S L
Decimal 246 211 46 0 0.14 0.81 0.04 49.5 0.92 0.57
Hex F6 D3 2E 0 E 51 4 32 5C 39
Octal 366 323 56 0 16 121 4 62 134 71
Binary 11110110 11010011 101110 0 1110 1010001 100 110010 1011100 111001

Color Harmonies of #F6D32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D32E

Black with #F6D32E

Text Example


Text Example

White with #F6D32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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