Html Css Color HEX #F0FA32 Golden Fizz

📋 copy color: '#F0FA32'

red 240 ◦ green 250 ◦ blue 50

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

Shades of Golden Fizz #F0FA32

Tints of Golden Fizz #F0FA32

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.3%

 BLUE value IS 50 (19.92% from 255) = 9.26%

R = 44.44%
G = 46.3%
B = 9.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#F0FA32 (or 0xF0FA32) is known color: Golden Fizz. HEX triplet: F0, FA and 32. RGB value is (240,250,50). Sum of RGB (Red+Green+Blue) = 240+250+50=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 50 (19.92% from 255 or 9.26% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FA32 is #0F05CD. Grayscale: #E1E1E1. Windows color (decimal): -984526 or 3341040. OLE color: 3341040.

HSL color Cylindrical-coordinate representation of color #F0FA32: hue angle of 63º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0FA32 is Cyan = 0.04, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 250 50 -
CMYK 0.04 0 0.8 0.02
HSL 63º 0.95% 0.59% -
HSV(B) 63º 0.8% 0.98% -
XYZ 70.7 87.13 16.11 -
YUV 224.21 29.69 139.26 -
System Red Green Blue C M Y K H S L
Decimal 240 250 50 0.04 0 0.8 0.02 63 0.95 0.59
Hex F0 FA 32 4 0 50 2 3F 5F 3B
Octal 360 372 62 4 0 120 2 77 137 73
Binary 11110000 11111010 110010 100 0 1010000 10 111111 1011111 111011

Color Harmonies of #F0FA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FA32

Black with #F0FA32

Text Example


Text Example

White with #F0FA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FA32; }

 p { color: rgb(240,250,50); }

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

background-color css

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

 a { background-color: rgb(240,250,50); }

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

border-color css

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

 span { border-color: rgb(240,250,50); }

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