Html Css Color HEX #F0DD28 Golden Fizz

📋 copy color: '#F0DD28'

red 240 ◦ green 221 ◦ blue 40

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

Shades of Golden Fizz #F0DD28

Tints of Golden Fizz #F0DD28

RGB

 RED value IS 240 (94.14% from 255) = 47.9%

 GREEN value IS 221 (86.72% from 255) = 44.11%

 BLUE value IS 40 (16.02% from 255) = 7.98%

R = 47.9%
G = 44.11%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F0DD28 (or 0xF0DD28) is known color: Golden Fizz. HEX triplet: F0, DD and 28. RGB value is (240,221,40). Sum of RGB (Red+Green+Blue) = 240+221+40=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 40 (16.02% from 255 or 7.98% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DD28 is #0F22D7. Grayscale: #CECECE. Windows color (decimal): -991960 or 2678256. OLE color: 2678256.

HSL color Cylindrical-coordinate representation of color #F0DD28: hue angle of 54.3º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0DD28 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 221 40 -
CMYK 0 0.08 0.83 0.06
HSL 54.3º 0.87% 0.55% -
HSV(B) 54.3º 0.83% 0.94% -
XYZ 62.17 70.39 12.32 -
YUV 206.05 34.29 152.22 -
System Red Green Blue C M Y K H S L
Decimal 240 221 40 0 0.08 0.83 0.06 54.3 0.87 0.55
Hex F0 DD 28 0 8 53 6 36 57 37
Octal 360 335 50 0 10 123 6 66 127 67
Binary 11110000 11011101 101000 0 1000 1010011 110 110110 1010111 110111

Color Harmonies of #F0DD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DD28

Black with #F0DD28

Text Example


Text Example

White with #F0DD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DD28; }

 p { color: rgb(240,221,40); }

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

background-color css

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

 a { background-color: rgb(240,221,40); }

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

border-color css

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

 span { border-color: rgb(240,221,40); }

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