Html Css Color HEX #F0DD3D Golden Fizz

📋 copy color: '#F0DD3D'

red 240 ◦ green 221 ◦ blue 61

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

Shades of Golden Fizz #F0DD3D

Tints of Golden Fizz #F0DD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.69%

R = 45.98%
G = 42.34%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0DD3D (or 0xF0DD3D) is known color: Golden Fizz. HEX triplet: F0, DD and 3D. RGB value is (240,221,61). Sum of RGB (Red+Green+Blue) = 240+221+61=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 61 (24.22% from 255 or 11.69% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DD3D is #0F22C2. Grayscale: #D1D1D1. Windows color (decimal): -991939 or 4054512. OLE color: 4054512.

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

Color convert

RGB 240 221 61 -
CMYK 0 0.08 0.75 0.06
HSL 53.63º 0.86% 0.59% -
HSV(B) 53.63º 0.75% 0.94% -
XYZ 62.63 70.58 14.74 -
YUV 208.44 44.79 150.51 -
System Red Green Blue C M Y K H S L
Decimal 240 221 61 0 0.08 0.75 0.06 53.63 0.86 0.59
Hex F0 DD 3D 0 8 4B 6 36 56 3B
Octal 360 335 75 0 10 113 6 66 126 73
Binary 11110000 11011101 111101 0 1000 1001011 110 110110 1010110 111011

Color Harmonies of #F0DD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DD3D

Black with #F0DD3D

Text Example


Text Example

White with #F0DD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DD3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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