Html Css Color HEX #F6DC2B Golden Fizz

📋 copy color: '#F6DC2B'

red 246 ◦ green 220 ◦ blue 43

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

Shades of Golden Fizz #F6DC2B

Tints of Golden Fizz #F6DC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.45%

R = 48.33%
G = 43.22%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F6DC2B (or 0xF6DC2B) is known color: Golden Fizz. HEX triplet: F6, DC and 2B. RGB value is (246,220,43). Sum of RGB (Red+Green+Blue) = 246+220+43=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 43 (17.19% from 255 or 8.45% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DC2B is #0923D4. Grayscale: #D0D0D0. Windows color (decimal): -598997 or 2874614. OLE color: 2874614.

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

Color convert

RGB 246 220 43 -
CMYK 0 0.11 0.83 0.04
HSL 52.32º 0.92% 0.57% -
HSV(B) 52.32º 0.83% 0.96% -
XYZ 64.04 70.95 12.61 -
YUV 207.6 35.11 155.39 -
System Red Green Blue C M Y K H S L
Decimal 246 220 43 0 0.11 0.83 0.04 52.32 0.92 0.57
Hex F6 DC 2B 0 B 53 4 34 5C 39
Octal 366 334 53 0 13 123 4 64 134 71
Binary 11110110 11011100 101011 0 1011 1010011 100 110100 1011100 111001

Color Harmonies of #F6DC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DC2B

Black with #F6DC2B

Text Example


Text Example

White with #F6DC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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