Html Css Color HEX #F0DC3A Golden Fizz

📋 copy color: '#F0DC3A'

red 240 ◦ green 220 ◦ blue 58

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

Shades of Golden Fizz #F0DC3A

Tints of Golden Fizz #F0DC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.2%

R = 46.33%
G = 42.47%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F0DC3A (or 0xF0DC3A) is known color: Golden Fizz. HEX triplet: F0, DC and 3A. RGB value is (240,220,58). Sum of RGB (Red+Green+Blue) = 240+220+58=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 58 (23.05% from 255 or 11.20% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DC3A is #0F23C5. Grayscale: #D0D0D0. Windows color (decimal): -992198 or 3857648. OLE color: 3857648.

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

Color convert

RGB 240 220 58 -
CMYK 0 0.08 0.76 0.06
HSL 53.41º 0.86% 0.58% -
HSV(B) 53.41º 0.76% 0.94% -
XYZ 62.29 70.02 14.23 -
YUV 207.51 43.63 151.17 -
System Red Green Blue C M Y K H S L
Decimal 240 220 58 0 0.08 0.76 0.06 53.41 0.86 0.58
Hex F0 DC 3A 0 8 4C 6 35 56 3A
Octal 360 334 72 0 10 114 6 65 126 72
Binary 11110000 11011100 111010 0 1000 1001100 110 110101 1010110 111010

Color Harmonies of #F0DC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DC3A

Black with #F0DC3A

Text Example


Text Example

White with #F0DC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DC3A; }

 p { color: rgb(240,220,58); }

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

background-color css

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

 a { background-color: rgb(240,220,58); }

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

border-color css

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

 span { border-color: rgb(240,220,58); }

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