Html Css Color HEX #F0FD30 Golden Fizz

📋 copy color: '#F0FD30'

red 240 ◦ green 253 ◦ blue 48

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

Shades of Golden Fizz #F0FD30

Tints of Golden Fizz #F0FD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 8.87%

R = 44.36%
G = 46.77%
B = 8.87%

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

#F0FD30 (or 0xF0FD30) is known color: Golden Fizz. HEX triplet: F0, FD and 30. RGB value is (240,253,48). Sum of RGB (Red+Green+Blue) = 240+253+48=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 48 (19.14% from 255 or 8.87% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FD30 is #0F02CF. Grayscale: #E2E2E2. Windows color (decimal): -983760 or 3210736. OLE color: 3210736.

HSL color Cylindrical-coordinate representation of color #F0FD30: hue angle of 63.8º 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 #F0FD30 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 253 48 -
CMYK 0.05 0 0.81 0.01
HSL 63.8º 0.98% 0.59% -
HSV(B) 63.8º 0.81% 0.99% -
XYZ 71.59 88.99 16.2 -
YUV 225.74 27.69 138.17 -
System Red Green Blue C M Y K H S L
Decimal 240 253 48 0.05 0 0.81 0.01 63.8 0.98 0.59
Hex F0 FD 30 5 0 51 1 40 62 3B
Octal 360 375 60 5 0 121 1 100 142 73
Binary 11110000 11111101 110000 101 0 1010001 1 1000000 1100010 111011

Color Harmonies of #F0FD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FD30

Black with #F0FD30

Text Example


Text Example

White with #F0FD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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