Html Css Color HEX #F2DC36 Golden Fizz

📋 copy color: '#F2DC36'

red 242 ◦ green 220 ◦ blue 54

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

Shades of Golden Fizz #F2DC36

Tints of Golden Fizz #F2DC36

RGB

 RED value IS 242 (94.92% from 255) = 46.9%

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

 BLUE value IS 54 (21.48% from 255) = 10.47%

R = 46.9%
G = 42.64%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F2DC36 (or 0xF2DC36) is known color: Golden Fizz. HEX triplet: F2, DC and 36. RGB value is (242,220,54). Sum of RGB (Red+Green+Blue) = 242+220+54=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 54 (21.48% from 255 or 10.47% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DC36 is #0D23C9. Grayscale: #D0D0D0. Windows color (decimal): -861130 or 3595506. OLE color: 3595506.

HSL color Cylindrical-coordinate representation of color #F2DC36: hue angle of 52.98º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2DC36 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 220 54 -
CMYK 0 0.09 0.78 0.05
HSL 52.98º 0.88% 0.58% -
HSV(B) 52.98º 0.78% 0.95% -
XYZ 62.88 70.33 13.75 -
YUV 207.65 41.29 152.5 -
System Red Green Blue C M Y K H S L
Decimal 242 220 54 0 0.09 0.78 0.05 52.98 0.88 0.58
Hex F2 DC 36 0 9 4E 5 35 58 3A
Octal 362 334 66 0 11 116 5 65 130 72
Binary 11110010 11011100 110110 0 1001 1001110 101 110101 1011000 111010

Color Harmonies of #F2DC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC36

Black with #F2DC36

Text Example


Text Example

White with #F2DC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC36; }

 p { color: rgb(242,220,54); }

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

background-color css

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

 a { background-color: rgb(242,220,54); }

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

border-color css

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

 span { border-color: rgb(242,220,54); }

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