Html Css Color HEX #F0E228 Golden Fizz

📋 copy color: '#F0E228'

red 240 ◦ green 226 ◦ blue 40

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

Shades of Golden Fizz #F0E228

Tints of Golden Fizz #F0E228

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.66%

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

R = 47.43%
G = 44.66%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F0E228 (or 0xF0E228) is known color: Golden Fizz. HEX triplet: F0, E2 and 28. RGB value is (240,226,40). Sum of RGB (Red+Green+Blue) = 240+226+40=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 226 (88.67% from 255 or 44.66% from 506); Blue value is 40 (16.02% from 255 or 7.91% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E228 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E228 is #0F1DD7. Grayscale: #D1D1D1. Windows color (decimal): -990680 or 2679536. OLE color: 2679536.

HSL color Cylindrical-coordinate representation of color #F0E228: hue angle of 55.8º 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 #F0E228 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 226 40 -
CMYK 0 0.06 0.83 0.06
HSL 55.8º 0.87% 0.55% -
HSV(B) 55.8º 0.83% 0.94% -
XYZ 63.51 73.07 12.76 -
YUV 208.98 32.64 150.12 -
System Red Green Blue C M Y K H S L
Decimal 240 226 40 0 0.06 0.83 0.06 55.8 0.87 0.55
Hex F0 E2 28 0 6 53 6 38 57 37
Octal 360 342 50 0 6 123 6 70 127 67
Binary 11110000 11100010 101000 0 110 1010011 110 111000 1010111 110111

Color Harmonies of #F0E228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E228

Black with #F0E228

Text Example


Text Example

White with #F0E228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E228; }

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

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

background-color css

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

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

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

border-color css

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

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

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