Html Css Color HEX #F4D82D Golden Fizz

📋 copy color: '#F4D82D'

red 244 ◦ green 216 ◦ blue 45

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

Shades of Golden Fizz #F4D82D

Tints of Golden Fizz #F4D82D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.77%

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

R = 48.32%
G = 42.77%
B = 8.91%

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

#F4D82D (or 0xF4D82D) is known color: Golden Fizz. HEX triplet: F4, D8 and 2D. RGB value is (244,216,45). Sum of RGB (Red+Green+Blue) = 244+216+45=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 45 (17.97% from 255 or 8.91% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D82D is #0B27D2. Grayscale: #CDCDCD. Windows color (decimal): -731091 or 3004660. OLE color: 3004660.

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

Color convert

RGB 244 216 45 -
CMYK 0 0.11 0.82 0.04
HSL 51.56º 0.9% 0.57% -
HSV(B) 51.56º 0.82% 0.96% -
XYZ 62.34 68.53 12.43 -
YUV 204.88 37.78 155.9 -
System Red Green Blue C M Y K H S L
Decimal 244 216 45 0 0.11 0.82 0.04 51.56 0.9 0.57
Hex F4 D8 2D 0 B 52 4 34 5A 39
Octal 364 330 55 0 13 122 4 64 132 71
Binary 11110100 11011000 101101 0 1011 1010010 100 110100 1011010 111001

Color Harmonies of #F4D82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D82D

Black with #F4D82D

Text Example


Text Example

White with #F4D82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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