Html Css Color HEX #F3DD30 Golden Fizz

📋 copy color: '#F3DD30'

red 243 ◦ green 221 ◦ blue 48

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

Shades of Golden Fizz #F3DD30

Tints of Golden Fizz #F3DD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.38%

R = 47.46%
G = 43.16%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F3DD30 (or 0xF3DD30) is known color: Golden Fizz. HEX triplet: F3, DD and 30. RGB value is (243,221,48). Sum of RGB (Red+Green+Blue) = 243+221+48=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 48 (19.14% from 255 or 9.38% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DD30 is #0C22CF. Grayscale: #D0D0D0. Windows color (decimal): -795344 or 3202547. OLE color: 3202547.

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

Color convert

RGB 243 221 48 -
CMYK 0 0.09 0.80 0.05
HSL 53.23º 0.89% 0.57% -
HSV(B) 53.23º 0.8% 0.95% -
XYZ 63.35 70.98 13.16 -
YUV 207.86 37.79 153.07 -
System Red Green Blue C M Y K H S L
Decimal 243 221 48 0 0.09 0.80 0.05 53.23 0.89 0.57
Hex F3 DD 30 0 9 50 5 35 59 39
Octal 363 335 60 0 11 120 5 65 131 71
Binary 11110011 11011101 110000 0 1001 1010000 101 110101 1011001 111001

Color Harmonies of #F3DD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DD30

Black with #F3DD30

Text Example


Text Example

White with #F3DD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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