Html Css Color HEX #F0F129 Golden Fizz

📋 copy color: '#F0F129'

red 240 ◦ green 241 ◦ blue 41

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

Shades of Golden Fizz #F0F129

Tints of Golden Fizz #F0F129

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.17%

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

R = 45.98%
G = 46.17%
B = 7.85%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F0F129 (or 0xF0F129) is known color: Golden Fizz. HEX triplet: F0, F1 and 29. RGB value is (240,241,41). Sum of RGB (Red+Green+Blue) = 240+241+41=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 41 (16.41% from 255 or 7.85% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F129 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F129 is #0F0ED6. Grayscale: #DADADA. Windows color (decimal): -986839 or 2748912. OLE color: 2748912.

HSL color Cylindrical-coordinate representation of color #F0F129: hue angle of 60.3º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0F129 is Cyan = 0.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 241 41 -
CMYK 0.00 0 0.83 0.05
HSL 60.3º 0.88% 0.55% -
HSV(B) 60.3º 0.83% 0.95% -
XYZ 67.79 81.6 14.27 -
YUV 217.9 28.17 143.76 -
System Red Green Blue C M Y K H S L
Decimal 240 241 41 0.00 0 0.83 0.05 60.3 0.88 0.55
Hex F0 F1 29 0 0 53 5 3C 58 37
Octal 360 361 51 0 0 123 5 74 130 67
Binary 11110000 11110001 101001 0 0 1010011 101 111100 1011000 110111

Color Harmonies of #F0F129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F129

Black with #F0F129

Text Example


Text Example

White with #F0F129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F129; }

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

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

background-color css

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

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

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

border-color css

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

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

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