Html Css Color HEX #F0FD31 Golden Fizz

📋 copy color: '#F0FD31'

red 240 ◦ green 253 ◦ blue 49

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

Shades of Golden Fizz #F0FD31

Tints of Golden Fizz #F0FD31

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.68%

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

R = 44.28%
G = 46.68%
B = 9.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#F0FD31 (or 0xF0FD31) is known color: Golden Fizz. HEX triplet: F0, FD and 31. RGB value is (240,253,49). Sum of RGB (Red+Green+Blue) = 240+253+49=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 49 (19.53% from 255 or 9.04% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FD31 is #0F02CE. Grayscale: #E2E2E2. Windows color (decimal): -983759 or 3276272. OLE color: 3276272.

HSL color Cylindrical-coordinate representation of color #F0FD31: hue angle of 63.82º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0FD31 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 253 49 -
CMYK 0.05 0 0.81 0.01
HSL 63.82º 0.98% 0.59% -
HSV(B) 63.82º 0.81% 0.99% -
XYZ 71.61 89 16.31 -
YUV 225.86 28.19 138.09 -
System Red Green Blue C M Y K H S L
Decimal 240 253 49 0.05 0 0.81 0.01 63.82 0.98 0.59
Hex F0 FD 31 5 0 51 1 40 62 3B
Octal 360 375 61 5 0 121 1 100 142 73
Binary 11110000 11111101 110001 101 0 1010001 1 1000000 1100010 111011

Color Harmonies of #F0FD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FD31

Black with #F0FD31

Text Example


Text Example

White with #F0FD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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