Html Css Color HEX #F4DA32 Golden Fizz

📋 copy color: '#F4DA32'

red 244 ◦ green 218 ◦ blue 50

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

Shades of Golden Fizz #F4DA32

Tints of Golden Fizz #F4DA32

RGB

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

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

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

R = 47.66%
G = 42.58%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F4DA32 (or 0xF4DA32) is known color: Golden Fizz. HEX triplet: F4, DA and 32. RGB value is (244,218,50). Sum of RGB (Red+Green+Blue) = 244+218+50=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 50 (19.92% from 255 or 9.77% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DA32 is #0B25CD. Grayscale: #CFCFCF. Windows color (decimal): -730574 or 3332852. OLE color: 3332852.

HSL color Cylindrical-coordinate representation of color #F4DA32: hue angle of 51.96º 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 #F4DA32 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 218 50 -
CMYK 0 0.11 0.80 0.04
HSL 51.96º 0.9% 0.58% -
HSV(B) 51.96º 0.8% 0.96% -
XYZ 62.96 69.61 13.13 -
YUV 206.62 39.61 154.66 -
System Red Green Blue C M Y K H S L
Decimal 244 218 50 0 0.11 0.80 0.04 51.96 0.9 0.58
Hex F4 DA 32 0 B 50 4 34 5A 3A
Octal 364 332 62 0 13 120 4 64 132 72
Binary 11110100 11011010 110010 0 1011 1010000 100 110100 1011010 111010

Color Harmonies of #F4DA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DA32

Black with #F4DA32

Text Example


Text Example

White with #F4DA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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