Html Css Color HEX #F0EF2F Golden Fizz

📋 copy color: '#F0EF2F'

red 240 ◦ green 239 ◦ blue 47

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

Shades of Golden Fizz #F0EF2F

Tints of Golden Fizz #F0EF2F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.44%

 BLUE value IS 47 (18.75% from 255) = 8.94%

R = 45.63%
G = 45.44%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0EF2F (or 0xF0EF2F) is known color: Golden Fizz. HEX triplet: F0, EF and 2F. RGB value is (240,239,47). Sum of RGB (Red+Green+Blue) = 240+239+47=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 239 (93.75% from 255 or 45.44% from 526); Blue value is 47 (18.75% from 255 or 8.94% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EF2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0EF2F is #0F10D0. Grayscale: #DADADA. Windows color (decimal): -987345 or 3141616. OLE color: 3141616.

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

Color convert

RGB 240 239 47 -
CMYK 0 0.00 0.80 0.06
HSL 59.69º 0.87% 0.56% -
HSV(B) 59.69º 0.8% 0.94% -
XYZ 67.31 80.46 14.67 -
YUV 217.41 31.83 144.11 -
System Red Green Blue C M Y K H S L
Decimal 240 239 47 0 0.00 0.80 0.06 59.69 0.87 0.56
Hex F0 EF 2F 0 0 50 6 3C 57 38
Octal 360 357 57 0 0 120 6 74 127 70
Binary 11110000 11101111 101111 0 0 1010000 110 111100 1010111 111000

Color Harmonies of #F0EF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EF2F

Black with #F0EF2F

Text Example


Text Example

White with #F0EF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EF2F; }

 p { color: rgb(240,239,47); }

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

background-color css

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

 a { background-color: rgb(240,239,47); }

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

border-color css

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

 span { border-color: rgb(240,239,47); }

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