Html Css Color HEX #F0EB2E Golden Fizz

📋 copy color: '#F0EB2E'

red 240 ◦ green 235 ◦ blue 46

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

Shades of Golden Fizz #F0EB2E

Tints of Golden Fizz #F0EB2E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.11%

 BLUE value IS 46 (18.36% from 255) = 8.83%

R = 46.07%
G = 45.11%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0EB2E (or 0xF0EB2E) is known color: Golden Fizz. HEX triplet: F0, EB and 2E. RGB value is (240,235,46). Sum of RGB (Red+Green+Blue) = 240+235+46=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 46 (18.36% from 255 or 8.83% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EB2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0EB2E is #0F14D1. Grayscale: #D7D7D7. Windows color (decimal): -988370 or 3075056. OLE color: 3075056.

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

Color convert

RGB 240 235 46 -
CMYK 0 0.02 0.81 0.06
HSL 58.45º 0.87% 0.56% -
HSV(B) 58.45º 0.81% 0.94% -
XYZ 66.14 78.14 14.18 -
YUV 214.95 32.66 145.87 -
System Red Green Blue C M Y K H S L
Decimal 240 235 46 0 0.02 0.81 0.06 58.45 0.87 0.56
Hex F0 EB 2E 0 2 51 6 3A 57 38
Octal 360 353 56 0 2 121 6 72 127 70
Binary 11110000 11101011 101110 0 10 1010001 110 111010 1010111 111000

Color Harmonies of #F0EB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EB2E

Black with #F0EB2E

Text Example


Text Example

White with #F0EB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EB2E; }

 p { color: rgb(240,235,46); }

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

background-color css

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

 a { background-color: rgb(240,235,46); }

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

border-color css

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

 span { border-color: rgb(240,235,46); }

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