Html Css Color HEX #F0DD3F Golden Fizz

📋 copy color: '#F0DD3F'

red 240 ◦ green 221 ◦ blue 63

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

Shades of Golden Fizz #F0DD3F

Tints of Golden Fizz #F0DD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.02%

R = 45.8%
G = 42.18%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0DD3F (or 0xF0DD3F) is known color: Golden Fizz. HEX triplet: F0, DD and 3F. RGB value is (240,221,63). Sum of RGB (Red+Green+Blue) = 240+221+63=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 63 (25% from 255 or 12.02% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DD3F is #0F22C0. Grayscale: #D1D1D1. Windows color (decimal): -991937 or 4185584. OLE color: 4185584.

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

Color convert

RGB 240 221 63 -
CMYK 0 0.08 0.74 0.06
HSL 53.56º 0.86% 0.59% -
HSV(B) 53.56º 0.74% 0.94% -
XYZ 62.69 70.6 15.03 -
YUV 208.67 45.79 150.35 -
System Red Green Blue C M Y K H S L
Decimal 240 221 63 0 0.08 0.74 0.06 53.56 0.86 0.59
Hex F0 DD 3F 0 8 4A 6 36 56 3B
Octal 360 335 77 0 10 112 6 66 126 73
Binary 11110000 11011101 111111 0 1000 1001010 110 110110 1010110 111011

Color Harmonies of #F0DD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DD3F

Black with #F0DD3F

Text Example


Text Example

White with #F0DD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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