Html Css Color HEX #F0EA2D Golden Fizz

📋 copy color: '#F0EA2D'

red 240 ◦ green 234 ◦ blue 45

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

Shades of Golden Fizz #F0EA2D

Tints of Golden Fizz #F0EA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.67%

R = 46.24%
G = 45.09%
B = 8.67%

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

#F0EA2D (or 0xF0EA2D) is known color: Golden Fizz. HEX triplet: F0, EA and 2D. RGB value is (240,234,45). Sum of RGB (Red+Green+Blue) = 240+234+45=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 45 (17.97% from 255 or 8.67% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0EA2D is #0F15D2. Grayscale: #D7D7D7. Windows color (decimal): -988627 or 3009264. OLE color: 3009264.

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

Color convert

RGB 240 234 45 -
CMYK 0 0.02 0.81 0.06
HSL 58.15º 0.87% 0.56% -
HSV(B) 58.15º 0.81% 0.94% -
XYZ 65.83 77.56 13.98 -
YUV 214.25 32.49 146.37 -
System Red Green Blue C M Y K H S L
Decimal 240 234 45 0 0.02 0.81 0.06 58.15 0.87 0.56
Hex F0 EA 2D 0 2 51 6 3A 57 38
Octal 360 352 55 0 2 121 6 72 127 70
Binary 11110000 11101010 101101 0 10 1010001 110 111010 1010111 111000

Color Harmonies of #F0EA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EA2D

Black with #F0EA2D

Text Example


Text Example

White with #F0EA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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