Html Css Color HEX #F0F92D Golden Fizz

📋 copy color: '#F0F92D'

red 240 ◦ green 249 ◦ blue 45

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

Shades of Golden Fizz #F0F92D

Tints of Golden Fizz #F0F92D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.63%

 BLUE value IS 45 (17.97% from 255) = 8.43%

R = 44.94%
G = 46.63%
B = 8.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F0F92D (or 0xF0F92D) is known color: Golden Fizz. HEX triplet: F0, F9 and 2D. RGB value is (240,249,45). Sum of RGB (Red+Green+Blue) = 240+249+45=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 45 (17.97% from 255 or 8.43% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F92D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F92D is #0F06D2. Grayscale: #DFDFDF. Windows color (decimal): -984787 or 3013104. OLE color: 3013104.

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

Color convert

RGB 240 249 45 -
CMYK 0.04 0 0.82 0.02
HSL 62.65º 0.94% 0.58% -
HSV(B) 62.65º 0.82% 0.98% -
XYZ 70.28 86.47 15.47 -
YUV 223.05 27.52 140.09 -
System Red Green Blue C M Y K H S L
Decimal 240 249 45 0.04 0 0.82 0.02 62.65 0.94 0.58
Hex F0 F9 2D 4 0 52 2 3F 5E 3A
Octal 360 371 55 4 0 122 2 77 136 72
Binary 11110000 11111001 101101 100 0 1010010 10 111111 1011110 111010

Color Harmonies of #F0F92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F92D

Black with #F0F92D

Text Example


Text Example

White with #F0F92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F92D; }

 p { color: rgb(240,249,45); }

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

background-color css

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

 a { background-color: rgb(240,249,45); }

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

border-color css

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

 span { border-color: rgb(240,249,45); }

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