Html Css Color HEX #F2DA39 Golden Fizz

📋 copy color: '#F2DA39'

red 242 ◦ green 218 ◦ blue 57

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

Shades of Golden Fizz #F2DA39

Tints of Golden Fizz #F2DA39

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.17%

 BLUE value IS 57 (22.66% from 255) = 11.03%

R = 46.81%
G = 42.17%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2DA39 (or 0xF2DA39) is known color: Golden Fizz. HEX triplet: F2, DA and 39. RGB value is (242,218,57). Sum of RGB (Red+Green+Blue) = 242+218+57=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 57 (22.66% from 255 or 11.03% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DA39 is #0D25C6. Grayscale: #CFCFCF. Windows color (decimal): -861639 or 3791602. OLE color: 3791602.

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

Color convert

RGB 242 218 57 -
CMYK 0 0.10 0.76 0.05
HSL 52.22º 0.88% 0.59% -
HSV(B) 52.22º 0.76% 0.95% -
XYZ 62.43 69.32 13.96 -
YUV 206.82 43.45 153.09 -
System Red Green Blue C M Y K H S L
Decimal 242 218 57 0 0.10 0.76 0.05 52.22 0.88 0.59
Hex F2 DA 39 0 A 4C 5 34 58 3B
Octal 362 332 71 0 12 114 5 64 130 73
Binary 11110010 11011010 111001 0 1010 1001100 101 110100 1011000 111011

Color Harmonies of #F2DA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DA39

Black with #F2DA39

Text Example


Text Example

White with #F2DA39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DA39; }

 p { color: rgb(242,218,57); }

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

background-color css

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

 a { background-color: rgb(242,218,57); }

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

border-color css

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

 span { border-color: rgb(242,218,57); }

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