Html Css Color HEX #F0DA31 Golden Fizz

📋 copy color: '#F0DA31'

red 240 ◦ green 218 ◦ blue 49

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

Shades of Golden Fizz #F0DA31

Tints of Golden Fizz #F0DA31

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43%

 BLUE value IS 49 (19.53% from 255) = 9.66%

R = 47.34%
G = 43%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0DA31 (or 0xF0DA31) is known color: Golden Fizz. HEX triplet: F0, DA and 31. RGB value is (240,218,49). Sum of RGB (Red+Green+Blue) = 240+218+49=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 49 (19.53% from 255 or 9.66% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DA31 is #0F25CE. Grayscale: #CECECE. Windows color (decimal): -992719 or 3267312. OLE color: 3267312.

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

Color convert

RGB 240 218 49 -
CMYK 0 0.09 0.80 0.06
HSL 53.09º 0.86% 0.57% -
HSV(B) 53.09º 0.8% 0.94% -
XYZ 61.56 68.89 12.96 -
YUV 205.31 39.79 152.74 -
System Red Green Blue C M Y K H S L
Decimal 240 218 49 0 0.09 0.80 0.06 53.09 0.86 0.57
Hex F0 DA 31 0 9 50 6 35 56 39
Octal 360 332 61 0 11 120 6 65 126 71
Binary 11110000 11011010 110001 0 1001 1010000 110 110101 1010110 111001

Color Harmonies of #F0DA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DA31

Black with #F0DA31

Text Example


Text Example

White with #F0DA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DA31; }

 p { color: rgb(240,218,49); }

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

background-color css

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

 a { background-color: rgb(240,218,49); }

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

border-color css

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

 span { border-color: rgb(240,218,49); }

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