Html Css Color HEX #F0ED2B Golden Fizz

📋 copy color: '#F0ED2B'

red 240 ◦ green 237 ◦ blue 43

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

Shades of Golden Fizz #F0ED2B

Tints of Golden Fizz #F0ED2B

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.58%

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

R = 46.15%
G = 45.58%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0ED2B (or 0xF0ED2B) is known color: Golden Fizz. HEX triplet: F0, ED and 2B. RGB value is (240,237,43). Sum of RGB (Red+Green+Blue) = 240+237+43=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 43 (17.19% from 255 or 8.27% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0ED2B is #0F12D4. Grayscale: #D8D8D8. Windows color (decimal): -987861 or 2878960. OLE color: 2878960.

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

Color convert

RGB 240 237 43 -
CMYK 0 0.01 0.82 0.06
HSL 59.09º 0.87% 0.55% -
HSV(B) 59.09º 0.82% 0.94% -
XYZ 66.66 79.27 14.07 -
YUV 215.78 30.49 145.27 -
System Red Green Blue C M Y K H S L
Decimal 240 237 43 0 0.01 0.82 0.06 59.09 0.87 0.55
Hex F0 ED 2B 0 1 52 6 3B 57 37
Octal 360 355 53 0 1 122 6 73 127 67
Binary 11110000 11101101 101011 0 1 1010010 110 111011 1010111 110111

Color Harmonies of #F0ED2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ED2B

Black with #F0ED2B

Text Example


Text Example

White with #F0ED2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ED2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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