Html Css Color HEX #F3DC2A Golden Fizz

📋 copy color: '#F3DC2A'

red 243 ◦ green 220 ◦ blue 42

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

Shades of Golden Fizz #F3DC2A

Tints of Golden Fizz #F3DC2A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.56%

 BLUE value IS 42 (16.8% from 255) = 8.32%

R = 48.12%
G = 43.56%
B = 8.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F3DC2A (or 0xF3DC2A) is known color: Golden Fizz. HEX triplet: F3, DC and 2A. RGB value is (243,220,42). Sum of RGB (Red+Green+Blue) = 243+220+42=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 42 (16.80% from 255 or 8.32% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DC2A is #0C23D5. Grayscale: #CFCFCF. Windows color (decimal): -795606 or 2809075. OLE color: 2809075.

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

Color convert

RGB 243 220 42 -
CMYK 0 0.09 0.83 0.05
HSL 53.13º 0.89% 0.56% -
HSV(B) 53.13º 0.83% 0.95% -
XYZ 62.97 70.41 12.46 -
YUV 206.59 35.12 153.97 -
System Red Green Blue C M Y K H S L
Decimal 243 220 42 0 0.09 0.83 0.05 53.13 0.89 0.56
Hex F3 DC 2A 0 9 53 5 35 59 38
Octal 363 334 52 0 11 123 5 65 131 70
Binary 11110011 11011100 101010 0 1001 1010011 101 110101 1011001 111000

Color Harmonies of #F3DC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DC2A

Black with #F3DC2A

Text Example


Text Example

White with #F3DC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DC2A; }

 p { color: rgb(243,220,42); }

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

background-color css

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

 a { background-color: rgb(243,220,42); }

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

border-color css

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

 span { border-color: rgb(243,220,42); }

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