Html Css Color HEX #F2DC35 Golden Fizz

📋 copy color: '#F2DC35'

red 242 ◦ green 220 ◦ blue 53

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

Shades of Golden Fizz #F2DC35

Tints of Golden Fizz #F2DC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.29%

R = 46.99%
G = 42.72%
B = 10.29%

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

#F2DC35 (or 0xF2DC35) is known color: Golden Fizz. HEX triplet: F2, DC and 35. RGB value is (242,220,53). Sum of RGB (Red+Green+Blue) = 242+220+53=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 53 (21.09% from 255 or 10.29% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DC35 is #0D23CA. Grayscale: #D0D0D0. Windows color (decimal): -861131 or 3529970. OLE color: 3529970.

HSL color Cylindrical-coordinate representation of color #F2DC35: hue angle of 53.02º 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 #F2DC35 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 220 53 -
CMYK 0 0.09 0.78 0.05
HSL 53.02º 0.88% 0.58% -
HSV(B) 53.02º 0.78% 0.95% -
XYZ 62.85 70.32 13.63 -
YUV 207.54 40.79 152.58 -
System Red Green Blue C M Y K H S L
Decimal 242 220 53 0 0.09 0.78 0.05 53.02 0.88 0.58
Hex F2 DC 35 0 9 4E 5 35 58 3A
Octal 362 334 65 0 11 116 5 65 130 72
Binary 11110010 11011100 110101 0 1001 1001110 101 110101 1011000 111010

Color Harmonies of #F2DC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC35

Black with #F2DC35

Text Example


Text Example

White with #F2DC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC35; }

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

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

background-color css

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

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

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

border-color css

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

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

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