Html Css Color HEX #F2DC23 Golden Fizz

📋 copy color: '#F2DC23'

red 242 ◦ green 220 ◦ blue 35

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

Shades of Golden Fizz #F2DC23

Tints of Golden Fizz #F2DC23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.04%

R = 48.69%
G = 44.27%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F2DC23 (or 0xF2DC23) is known color: Golden Fizz. HEX triplet: F2, DC and 23. RGB value is (242,220,35). Sum of RGB (Red+Green+Blue) = 242+220+35=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 35 (14.06% from 255 or 7.04% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DC23 is #0D23DC. Grayscale: #CECECE. Windows color (decimal): -861149 or 2350322. OLE color: 2350322.

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

Color convert

RGB 242 220 35 -
CMYK 0 0.09 0.86 0.05
HSL 53.62º 0.89% 0.54% -
HSV(B) 53.62º 0.86% 0.95% -
XYZ 62.51 70.19 11.84 -
YUV 205.49 31.79 154.04 -
System Red Green Blue C M Y K H S L
Decimal 242 220 35 0 0.09 0.86 0.05 53.62 0.89 0.54
Hex F2 DC 23 0 9 56 5 36 59 36
Octal 362 334 43 0 11 126 5 66 131 66
Binary 11110010 11011100 100011 0 1001 1010110 101 110110 1011001 110110

Color Harmonies of #F2DC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC23

Black with #F2DC23

Text Example


Text Example

White with #F2DC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC23; }

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

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

background-color css

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

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

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

border-color css

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

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

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