Html Css Color HEX #F0F029 Golden Fizz

📋 copy color: '#F0F029'

red 240 ◦ green 240 ◦ blue 41

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

Shades of Golden Fizz #F0F029

Tints of Golden Fizz #F0F029

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.07%

 BLUE value IS 41 (16.41% from 255) = 7.87%

R = 46.07%
G = 46.07%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F0F029 (or 0xF0F029) is known color: Golden Fizz. HEX triplet: F0, F0 and 29. RGB value is (240,240,41). Sum of RGB (Red+Green+Blue) = 240+240+41=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 41 (16.41% from 255 or 7.87% from 521); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F029 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F029 is #0F0FD6. Grayscale: #DADADA. Windows color (decimal): -987095 or 2748656. OLE color: 2748656.

HSL color Cylindrical-coordinate representation of color #F0F029: hue angle of 60º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0F029 is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 240 41 -
CMYK 0 0 0.83 0.06
HSL 60º 0.87% 0.55% -
HSV(B) 60º 0.83% 0.94% -
XYZ 67.5 81.01 14.18 -
YUV 217.31 28.5 144.18 -
System Red Green Blue C M Y K H S L
Decimal 240 240 41 0 0 0.83 0.06 60 0.87 0.55
Hex F0 F0 29 0 0 53 6 3C 57 37
Octal 360 360 51 0 0 123 6 74 127 67
Binary 11110000 11110000 101001 0 0 1010011 110 111100 1010111 110111

Color Harmonies of #F0F029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F029

Black with #F0F029

Text Example


Text Example

White with #F0F029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F029; }

 p { color: rgb(240,240,41); }

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

background-color css

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

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

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

border-color css

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

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

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