Html Css Color HEX #F6D52C Golden Dream

📋 copy color: '#F6D52C'

red 246 ◦ green 213 ◦ blue 44

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

Shades of Golden Dream #F6D52C

Tints of Golden Dream #F6D52C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.35%

 BLUE value IS 44 (17.58% from 255) = 8.75%

R = 48.91%
G = 42.35%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F6D52C (or 0xF6D52C) is known color: Golden Dream. HEX triplet: F6, D5 and 2C. RGB value is (246,213,44). Sum of RGB (Red+Green+Blue) = 246+213+44=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 44 (17.58% from 255 or 8.75% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D52C is #092AD3. Grayscale: #CCCCCC. Windows color (decimal): -600788 or 2938358. OLE color: 2938358.

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

Color convert

RGB 246 213 44 -
CMYK 0 0.13 0.82 0.04
HSL 50.2º 0.92% 0.57% -
HSV(B) 50.2º 0.82% 0.96% -
XYZ 62.25 67.36 12.1 -
YUV 203.6 37.93 158.24 -
System Red Green Blue C M Y K H S L
Decimal 246 213 44 0 0.13 0.82 0.04 50.2 0.92 0.57
Hex F6 D5 2C 0 D 52 4 32 5C 39
Octal 366 325 54 0 15 122 4 62 134 71
Binary 11110110 11010101 101100 0 1101 1010010 100 110010 1011100 111001

Color Harmonies of #F6D52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D52C

Black with #F6D52C

Text Example


Text Example

White with #F6D52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D52C; }

 p { color: rgb(246,213,44); }

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

background-color css

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

 a { background-color: rgb(246,213,44); }

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

border-color css

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

 span { border-color: rgb(246,213,44); }

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