Html Css Color HEX #F4DA2D Golden Fizz

📋 copy color: '#F4DA2D'

red 244 ◦ green 218 ◦ blue 45

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

Shades of Golden Fizz #F4DA2D

Tints of Golden Fizz #F4DA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.88%

R = 48.13%
G = 43%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F4DA2D (or 0xF4DA2D) is known color: Golden Fizz. HEX triplet: F4, DA and 2D. RGB value is (244,218,45). Sum of RGB (Red+Green+Blue) = 244+218+45=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 45 (17.97% from 255 or 8.88% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DA2D is #0B25D2. Grayscale: #CECECE. Windows color (decimal): -730579 or 3005172. OLE color: 3005172.

HSL color Cylindrical-coordinate representation of color #F4DA2D: hue angle of 52.16º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4DA2D is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 218 45 -
CMYK 0 0.11 0.82 0.04
HSL 52.16º 0.9% 0.57% -
HSV(B) 52.16º 0.82% 0.96% -
XYZ 62.85 69.57 12.6 -
YUV 206.05 37.11 155.07 -
System Red Green Blue C M Y K H S L
Decimal 244 218 45 0 0.11 0.82 0.04 52.16 0.9 0.57
Hex F4 DA 2D 0 B 52 4 34 5A 39
Octal 364 332 55 0 13 122 4 64 132 71
Binary 11110100 11011010 101101 0 1011 1010010 100 110100 1011010 111001

Color Harmonies of #F4DA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DA2D

Black with #F4DA2D

Text Example


Text Example

White with #F4DA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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