Html Css Color HEX #F3DD2F Golden Fizz

📋 copy color: '#F3DD2F'

red 243 ◦ green 221 ◦ blue 47

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

Shades of Golden Fizz #F3DD2F

Tints of Golden Fizz #F3DD2F

RGB

 RED value IS 243 (95.31% from 255) = 47.55%

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

 BLUE value IS 47 (18.75% from 255) = 9.2%

R = 47.55%
G = 43.25%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F3DD2F (or 0xF3DD2F) is known color: Golden Fizz. HEX triplet: F3, DD and 2F. RGB value is (243,221,47). Sum of RGB (Red+Green+Blue) = 243+221+47=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 47 (18.75% from 255 or 9.20% from 511); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DD2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DD2F is #0C22D0. Grayscale: #D0D0D0. Windows color (decimal): -795345 or 3137011. OLE color: 3137011.

HSL color Cylindrical-coordinate representation of color #F3DD2F: hue angle of 53.27º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3DD2F is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 221 47 -
CMYK 0 0.09 0.81 0.05
HSL 53.27º 0.89% 0.57% -
HSV(B) 53.27º 0.81% 0.95% -
XYZ 63.33 70.97 13.05 -
YUV 207.74 37.29 153.15 -
System Red Green Blue C M Y K H S L
Decimal 243 221 47 0 0.09 0.81 0.05 53.27 0.89 0.57
Hex F3 DD 2F 0 9 51 5 35 59 39
Octal 363 335 57 0 11 121 5 65 131 71
Binary 11110011 11011101 101111 0 1001 1010001 101 110101 1011001 111001

Color Harmonies of #F3DD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DD2F

Black with #F3DD2F

Text Example


Text Example

White with #F3DD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DD2F; }

 p { color: rgb(243,221,47); }

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

background-color css

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

 a { background-color: rgb(243,221,47); }

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

border-color css

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

 span { border-color: rgb(243,221,47); }

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