Html Css Color HEX #F0F224 Golden Fizz

📋 copy color: '#F0F224'

red 240 ◦ green 242 ◦ blue 36

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

Shades of Golden Fizz #F0F224

Tints of Golden Fizz #F0F224

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.72%

 BLUE value IS 36 (14.45% from 255) = 6.95%

R = 46.33%
G = 46.72%
B = 6.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F0F224 (or 0xF0F224) is known color: Golden Fizz. HEX triplet: F0, F2 and 24. RGB value is (240,242,36). Sum of RGB (Red+Green+Blue) = 240+242+36=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 36 (14.45% from 255 or 6.95% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F224 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F224 is #0F0DDB. Grayscale: #DADADA. Windows color (decimal): -986588 or 2421488. OLE color: 2421488.

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

Color convert

RGB 240 242 36 -
CMYK 0.01 0 0.85 0.05
HSL 60.58º 0.89% 0.55% -
HSV(B) 60.58º 0.85% 0.95% -
XYZ 68.01 82.16 13.94 -
YUV 217.92 25.34 143.75 -
System Red Green Blue C M Y K H S L
Decimal 240 242 36 0.01 0 0.85 0.05 60.58 0.89 0.55
Hex F0 F2 24 1 0 55 5 3D 59 37
Octal 360 362 44 1 0 125 5 75 131 67
Binary 11110000 11110010 100100 1 0 1010101 101 111101 1011001 110111

Color Harmonies of #F0F224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F224

Black with #F0F224

Text Example


Text Example

White with #F0F224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F224; }

 p { color: rgb(240,242,36); }

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

background-color css

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

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

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

border-color css

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

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

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