Html Css Color HEX #F6DC2C Golden Fizz

📋 copy color: '#F6DC2C'

red 246 ◦ green 220 ◦ blue 44

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

Shades of Golden Fizz #F6DC2C

Tints of Golden Fizz #F6DC2C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.14%

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

R = 48.24%
G = 43.14%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F6DC2C (or 0xF6DC2C) is known color: Golden Fizz. HEX triplet: F6, DC and 2C. RGB value is (246,220,44). Sum of RGB (Red+Green+Blue) = 246+220+44=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 44 (17.58% from 255 or 8.63% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DC2C is #0923D3. Grayscale: #D0D0D0. Windows color (decimal): -598996 or 2940150. OLE color: 2940150.

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

Color convert

RGB 246 220 44 -
CMYK 0 0.11 0.82 0.04
HSL 52.28º 0.92% 0.57% -
HSV(B) 52.28º 0.82% 0.96% -
XYZ 64.05 70.96 12.7 -
YUV 207.71 35.61 155.31 -
System Red Green Blue C M Y K H S L
Decimal 246 220 44 0 0.11 0.82 0.04 52.28 0.92 0.57
Hex F6 DC 2C 0 B 52 4 34 5C 39
Octal 366 334 54 0 13 122 4 64 134 71
Binary 11110110 11011100 101100 0 1011 1010010 100 110100 1011100 111001

Color Harmonies of #F6DC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DC2C

Black with #F6DC2C

Text Example


Text Example

White with #F6DC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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