Html Css Color HEX #F0DB3A Golden Fizz

📋 copy color: '#F0DB3A'

red 240 ◦ green 219 ◦ blue 58

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

Shades of Golden Fizz #F0DB3A

Tints of Golden Fizz #F0DB3A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.36%

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

R = 46.42%
G = 42.36%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F0DB3A (or 0xF0DB3A) is known color: Golden Fizz. HEX triplet: F0, DB and 3A. RGB value is (240,219,58). Sum of RGB (Red+Green+Blue) = 240+219+58=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 58 (23.05% from 255 or 11.22% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DB3A is #0F24C5. Grayscale: #CFCFCF. Windows color (decimal): -992454 or 3857392. OLE color: 3857392.

HSL color Cylindrical-coordinate representation of color #F0DB3A: hue angle of 53.08º 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 #F0DB3A is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 219 58 -
CMYK 0 0.09 0.76 0.06
HSL 53.08º 0.86% 0.58% -
HSV(B) 53.08º 0.76% 0.94% -
XYZ 62.03 69.49 14.15 -
YUV 206.93 43.96 151.59 -
System Red Green Blue C M Y K H S L
Decimal 240 219 58 0 0.09 0.76 0.06 53.08 0.86 0.58
Hex F0 DB 3A 0 9 4C 6 35 56 3A
Octal 360 333 72 0 11 114 6 65 126 72
Binary 11110000 11011011 111010 0 1001 1001100 110 110101 1010110 111010

Color Harmonies of #F0DB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DB3A

Black with #F0DB3A

Text Example


Text Example

White with #F0DB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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