Html Css Color HEX #F0F228 Golden Fizz

📋 copy color: '#F0F228'

red 240 ◦ green 242 ◦ blue 40

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

Shades of Golden Fizz #F0F228

Tints of Golden Fizz #F0F228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.66%

R = 45.98%
G = 46.36%
B = 7.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F0F228 (or 0xF0F228) is known color: Golden Fizz. HEX triplet: F0, F2 and 28. RGB value is (240,242,40). Sum of RGB (Red+Green+Blue) = 240+242+40=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 40 (16.02% from 255 or 7.66% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F228 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F228 is #0F0DD7. Grayscale: #DBDBDB. Windows color (decimal): -986584 or 2683632. OLE color: 2683632.

HSL color Cylindrical-coordinate representation of color #F0F228: hue angle of 60.59º degrees, saturation: 0.89, 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 #F0F228 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 242 40 -
CMYK 0.01 0 0.83 0.05
HSL 60.59º 0.89% 0.55% -
HSV(B) 60.59º 0.83% 0.95% -
XYZ 68.07 82.18 14.28 -
YUV 218.37 27.34 143.43 -
System Red Green Blue C M Y K H S L
Decimal 240 242 40 0.01 0 0.83 0.05 60.59 0.89 0.55
Hex F0 F2 28 1 0 53 5 3D 59 37
Octal 360 362 50 1 0 123 5 75 131 67
Binary 11110000 11110010 101000 1 0 1010011 101 111101 1011001 110111

Color Harmonies of #F0F228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F228

Black with #F0F228

Text Example


Text Example

White with #F0F228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F228; }

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

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

background-color css

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

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

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

border-color css

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

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

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