Html Css Color HEX #F0F03B Golden Fizz

📋 copy color: '#F0F03B'

red 240 ◦ green 240 ◦ blue 59

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

Shades of Golden Fizz #F0F03B

Tints of Golden Fizz #F0F03B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.53%

 BLUE value IS 59 (23.44% from 255) = 10.95%

R = 44.53%
G = 44.53%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0F03B (or 0xF0F03B) is known color: Golden Fizz. HEX triplet: F0, F0 and 3B. RGB value is (240,240,59). Sum of RGB (Red+Green+Blue) = 240+240+59=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 59 (23.44% from 255 or 10.95% from 539); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F03B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F03B is #0F0FC4. Grayscale: #DCDCDC. Windows color (decimal): -987077 or 3928304. OLE color: 3928304.

HSL color Cylindrical-coordinate representation of color #F0F03B: hue angle of 60º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0F03B is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 240 59 -
CMYK 0 0 0.75 0.06
HSL 60º 0.86% 0.59% -
HSV(B) 60º 0.75% 0.94% -
XYZ 67.88 81.16 16.23 -
YUV 219.37 37.5 142.72 -
System Red Green Blue C M Y K H S L
Decimal 240 240 59 0 0 0.75 0.06 60 0.86 0.59
Hex F0 F0 3B 0 0 4B 6 3C 56 3B
Octal 360 360 73 0 0 113 6 74 126 73
Binary 11110000 11110000 111011 0 0 1001011 110 111100 1010110 111011

Color Harmonies of #F0F03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F03B

Black with #F0F03B

Text Example


Text Example

White with #F0F03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F03B; }

 p { color: rgb(240,240,59); }

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

background-color css

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

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

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

border-color css

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

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

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