Html Css Color HEX #F0FA2F Golden Fizz

📋 copy color: '#F0FA2F'

red 240 ◦ green 250 ◦ blue 47

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

Shades of Golden Fizz #F0FA2F

Tints of Golden Fizz #F0FA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 8.75%

R = 44.69%
G = 46.55%
B = 8.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F0FA2F (or 0xF0FA2F) is known color: Golden Fizz. HEX triplet: F0, FA and 2F. RGB value is (240,250,47). Sum of RGB (Red+Green+Blue) = 240+250+47=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 47 (18.75% from 255 or 8.75% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FA2F is #0F05D0. Grayscale: #E0E0E0. Windows color (decimal): -984529 or 3144432. OLE color: 3144432.

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

Color convert

RGB 240 250 47 -
CMYK 0.04 0 0.81 0.02
HSL 62.96º 0.95% 0.58% -
HSV(B) 62.96º 0.81% 0.98% -
XYZ 70.63 87.1 15.78 -
YUV 223.87 28.19 139.51 -
System Red Green Blue C M Y K H S L
Decimal 240 250 47 0.04 0 0.81 0.02 62.96 0.95 0.58
Hex F0 FA 2F 4 0 51 2 3F 5F 3A
Octal 360 372 57 4 0 121 2 77 137 72
Binary 11110000 11111010 101111 100 0 1010001 10 111111 1011111 111010

Color Harmonies of #F0FA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FA2F

Black with #F0FA2F

Text Example


Text Example

White with #F0FA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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