Html Css Color HEX #F2DD37 Golden Fizz

📋 copy color: '#F2DD37'

red 242 ◦ green 221 ◦ blue 55

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

Shades of Golden Fizz #F2DD37

Tints of Golden Fizz #F2DD37

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.66%

 BLUE value IS 55 (21.88% from 255) = 10.62%

R = 46.72%
G = 42.66%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F2DD37 (or 0xF2DD37) is known color: Golden Fizz. HEX triplet: F2, DD and 37. RGB value is (242,221,55). Sum of RGB (Red+Green+Blue) = 242+221+55=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 55 (21.88% from 255 or 10.62% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DD37 is #0D22C8. Grayscale: #D1D1D1. Windows color (decimal): -860873 or 3661298. OLE color: 3661298.

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

Color convert

RGB 242 221 55 -
CMYK 0 0.09 0.77 0.05
HSL 53.26º 0.88% 0.58% -
HSV(B) 53.26º 0.77% 0.95% -
XYZ 63.16 70.87 13.96 -
YUV 208.36 41.46 152 -
System Red Green Blue C M Y K H S L
Decimal 242 221 55 0 0.09 0.77 0.05 53.26 0.88 0.58
Hex F2 DD 37 0 9 4D 5 35 58 3A
Octal 362 335 67 0 11 115 5 65 130 72
Binary 11110010 11011101 110111 0 1001 1001101 101 110101 1011000 111010

Color Harmonies of #F2DD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DD37

Black with #F2DD37

Text Example


Text Example

White with #F2DD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DD37; }

 p { color: rgb(242,221,55); }

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

background-color css

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

 a { background-color: rgb(242,221,55); }

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

border-color css

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

 span { border-color: rgb(242,221,55); }

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