Html Css Color HEX #F4DC32 Golden Fizz

📋 copy color: '#F4DC32'

red 244 ◦ green 220 ◦ blue 50

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

Shades of Golden Fizz #F4DC32

Tints of Golden Fizz #F4DC32

RGB

 RED value IS 244 (95.7% from 255) = 47.47%

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

 BLUE value IS 50 (19.92% from 255) = 9.73%

R = 47.47%
G = 42.8%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F4DC32 (or 0xF4DC32) is known color: Golden Fizz. HEX triplet: F4, DC and 32. RGB value is (244,220,50). Sum of RGB (Red+Green+Blue) = 244+220+50=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 50 (19.92% from 255 or 9.73% from 514); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DC32 is #0B23CD. Grayscale: #D0D0D0. Windows color (decimal): -730062 or 3333364. OLE color: 3333364.

HSL color Cylindrical-coordinate representation of color #F4DC32: hue angle of 52.58º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4DC32 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 220 50 -
CMYK 0 0.10 0.80 0.04
HSL 52.58º 0.9% 0.58% -
HSV(B) 52.58º 0.8% 0.96% -
XYZ 63.48 70.65 13.31 -
YUV 207.8 38.95 153.82 -
System Red Green Blue C M Y K H S L
Decimal 244 220 50 0 0.10 0.80 0.04 52.58 0.9 0.58
Hex F4 DC 32 0 A 50 4 35 5A 3A
Octal 364 334 62 0 12 120 4 65 132 72
Binary 11110100 11011100 110010 0 1010 1010000 100 110101 1011010 111010

Color Harmonies of #F4DC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DC32

Black with #F4DC32

Text Example


Text Example

White with #F4DC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DC32; }

 p { color: rgb(244,220,50); }

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

background-color css

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

 a { background-color: rgb(244,220,50); }

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

border-color css

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

 span { border-color: rgb(244,220,50); }

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