Html Css Color HEX #F0F531 Golden Fizz

📋 copy color: '#F0F531'

red 240 ◦ green 245 ◦ blue 49

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

Shades of Golden Fizz #F0F531

Tints of Golden Fizz #F0F531

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.88%

 BLUE value IS 49 (19.53% from 255) = 9.18%

R = 44.94%
G = 45.88%
B = 9.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#F0F531 (or 0xF0F531) is known color: Golden Fizz. HEX triplet: F0, F5 and 31. RGB value is (240,245,49). Sum of RGB (Red+Green+Blue) = 240+245+49=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 49 (19.53% from 255 or 9.18% from 534); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F531 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F531 is #0F0ACE. Grayscale: #DDDDDD. Windows color (decimal): -985807 or 3274224. OLE color: 3274224.

HSL color Cylindrical-coordinate representation of color #F0F531: hue angle of 61.53º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0F531 is Cyan = 0.02, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 245 49 -
CMYK 0.02 0 0.8 0.04
HSL 61.53º 0.91% 0.58% -
HSV(B) 61.53º 0.8% 0.96% -
XYZ 69.14 84.05 15.49 -
YUV 221.16 30.84 141.44 -
System Red Green Blue C M Y K H S L
Decimal 240 245 49 0.02 0 0.8 0.04 61.53 0.91 0.58
Hex F0 F5 31 2 0 50 4 3E 5B 3A
Octal 360 365 61 2 0 120 4 76 133 72
Binary 11110000 11110101 110001 10 0 1010000 100 111110 1011011 111010

Color Harmonies of #F0F531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F531

Black with #F0F531

Text Example


Text Example

White with #F0F531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F531; }

 p { color: rgb(240,245,49); }

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

background-color css

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

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

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

border-color css

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

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

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