Html Css Color HEX #F0F03A Golden Fizz

📋 copy color: '#F0F03A'

red 240 ◦ green 240 ◦ blue 58

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

Shades of Golden Fizz #F0F03A

Tints of Golden Fizz #F0F03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 10.78%

R = 44.61%
G = 44.61%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F0F03A (or 0xF0F03A) is known color: Golden Fizz. HEX triplet: F0, F0 and 3A. RGB value is (240,240,58). Sum of RGB (Red+Green+Blue) = 240+240+58=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 58 (23.05% from 255 or 10.78% from 538); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F03A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F03A is #0F0FC5. Grayscale: #DBDBDB. Windows color (decimal): -987078 or 3862768. OLE color: 3862768.

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

Color convert

RGB 240 240 58 -
CMYK 0 0 0.76 0.06
HSL 60º 0.86% 0.58% -
HSV(B) 60º 0.76% 0.94% -
XYZ 67.86 81.15 16.09 -
YUV 219.25 37 142.8 -
System Red Green Blue C M Y K H S L
Decimal 240 240 58 0 0 0.76 0.06 60 0.86 0.58
Hex F0 F0 3A 0 0 4C 6 3C 56 3A
Octal 360 360 72 0 0 114 6 74 126 72
Binary 11110000 11110000 111010 0 0 1001100 110 111100 1010110 111010

Color Harmonies of #F0F03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F03A

Black with #F0F03A

Text Example


Text Example

White with #F0F03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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