Html Css Color HEX #F0EA2B Golden Fizz

📋 copy color: '#F0EA2B'

red 240 ◦ green 234 ◦ blue 43

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

Shades of Golden Fizz #F0EA2B

Tints of Golden Fizz #F0EA2B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.26%

 BLUE value IS 43 (17.19% from 255) = 8.32%

R = 46.42%
G = 45.26%
B = 8.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0EA2B (or 0xF0EA2B) is known color: Golden Fizz. HEX triplet: F0, EA and 2B. RGB value is (240,234,43). Sum of RGB (Red+Green+Blue) = 240+234+43=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 43 (17.19% from 255 or 8.32% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0EA2B is #0F15D4. Grayscale: #D6D6D6. Windows color (decimal): -988629 or 2878192. OLE color: 2878192.

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

Color convert

RGB 240 234 43 -
CMYK 0 0.02 0.82 0.06
HSL 58.17º 0.87% 0.55% -
HSV(B) 58.17º 0.82% 0.94% -
XYZ 65.79 77.55 13.79 -
YUV 214.02 31.49 146.53 -
System Red Green Blue C M Y K H S L
Decimal 240 234 43 0 0.02 0.82 0.06 58.17 0.87 0.55
Hex F0 EA 2B 0 2 52 6 3A 57 37
Octal 360 352 53 0 2 122 6 72 127 67
Binary 11110000 11101010 101011 0 10 1010010 110 111010 1010111 110111

Color Harmonies of #F0EA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EA2B

Black with #F0EA2B

Text Example


Text Example

White with #F0EA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EA2B; }

 p { color: rgb(240,234,43); }

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

background-color css

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

 a { background-color: rgb(240,234,43); }

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

border-color css

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

 span { border-color: rgb(240,234,43); }

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