Html Css Color HEX #F2DC2A Golden Fizz

📋 copy color: '#F2DC2A'

red 242 ◦ green 220 ◦ blue 42

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

Shades of Golden Fizz #F2DC2A

Tints of Golden Fizz #F2DC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.33%

R = 48.02%
G = 43.65%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2DC2A (or 0xF2DC2A) is known color: Golden Fizz. HEX triplet: F2, DC and 2A. RGB value is (242,220,42). Sum of RGB (Red+Green+Blue) = 242+220+42=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 42 (16.80% from 255 or 8.33% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DC2A is #0D23D5. Grayscale: #CFCFCF. Windows color (decimal): -861142 or 2809074. OLE color: 2809074.

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

Color convert

RGB 242 220 42 -
CMYK 0 0.09 0.83 0.05
HSL 53.4º 0.88% 0.56% -
HSV(B) 53.4º 0.83% 0.95% -
XYZ 62.63 70.23 12.45 -
YUV 206.29 35.29 153.47 -
System Red Green Blue C M Y K H S L
Decimal 242 220 42 0 0.09 0.83 0.05 53.4 0.88 0.56
Hex F2 DC 2A 0 9 53 5 35 58 38
Octal 362 334 52 0 11 123 5 65 130 70
Binary 11110010 11011100 101010 0 1001 1010011 101 110101 1011000 111000

Color Harmonies of #F2DC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC2A

Black with #F2DC2A

Text Example


Text Example

White with #F2DC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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