Html Css Color HEX #F0FA34 Golden Fizz

📋 copy color: '#F0FA34'

red 240 ◦ green 250 ◦ blue 52

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

Shades of Golden Fizz #F0FA34

Tints of Golden Fizz #F0FA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.59%

R = 44.28%
G = 46.13%
B = 9.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F0FA34 (or 0xF0FA34) is known color: Golden Fizz. HEX triplet: F0, FA and 34. RGB value is (240,250,52). Sum of RGB (Red+Green+Blue) = 240+250+52=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 52 (20.70% from 255 or 9.59% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FA34 is #0F05CB. Grayscale: #E1E1E1. Windows color (decimal): -984524 or 3472112. OLE color: 3472112.

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

Color convert

RGB 240 250 52 -
CMYK 0.04 0 0.79 0.02
HSL 63.03º 0.95% 0.59% -
HSV(B) 63.03º 0.79% 0.98% -
XYZ 70.74 87.14 16.34 -
YUV 224.44 30.69 139.1 -
System Red Green Blue C M Y K H S L
Decimal 240 250 52 0.04 0 0.79 0.02 63.03 0.95 0.59
Hex F0 FA 34 4 0 4F 2 3F 5F 3B
Octal 360 372 64 4 0 117 2 77 137 73
Binary 11110000 11111010 110100 100 0 1001111 10 111111 1011111 111011

Color Harmonies of #F0FA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FA34

Black with #F0FA34

Text Example


Text Example

White with #F0FA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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