Html Css Color HEX #F0E11E Golden Fizz

📋 copy color: '#F0E11E'

red 240 ◦ green 225 ◦ blue 30

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

Shades of Golden Fizz #F0E11E

Tints of Golden Fizz #F0E11E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.45%

 BLUE value IS 30 (12.11% from 255) = 6.06%

R = 48.48%
G = 45.45%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0E11E (or 0xF0E11E) is known color: Golden Fizz. HEX triplet: F0, E1 and 1E. RGB value is (240,225,30). Sum of RGB (Red+Green+Blue) = 240+225+30=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 30 (12.11% from 255 or 6.06% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E11E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E11E is #0F1EE1. Grayscale: #D0D0D0. Windows color (decimal): -990946 or 2023920. OLE color: 2023920.

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

Color convert

RGB 240 225 30 -
CMYK 0 0.06 0.87 0.06
HSL 55.71º 0.88% 0.53% -
HSV(B) 55.71º 0.88% 0.94% -
XYZ 63.09 72.47 11.89 -
YUV 207.26 27.97 151.36 -
System Red Green Blue C M Y K H S L
Decimal 240 225 30 0 0.06 0.87 0.06 55.71 0.88 0.53
Hex F0 E1 1E 0 6 57 6 38 58 35
Octal 360 341 36 0 6 127 6 70 130 65
Binary 11110000 11100001 11110 0 110 1010111 110 111000 1011000 110101

Color Harmonies of #F0E11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E11E

Black with #F0E11E

Text Example


Text Example

White with #F0E11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E11E; }

 p { color: rgb(240,225,30); }

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

background-color css

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

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

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

border-color css

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

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

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