Html Css Color HEX #F0D72E Golden Fizz

📋 copy color: '#F0D72E'

red 240 ◦ green 215 ◦ blue 46

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

Shades of Golden Fizz #F0D72E

Tints of Golden Fizz #F0D72E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.91%

 BLUE value IS 46 (18.36% from 255) = 9.18%

R = 47.9%
G = 42.91%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0D72E (or 0xF0D72E) is known color: Golden Fizz. HEX triplet: F0, D7 and 2E. RGB value is (240,215,46). Sum of RGB (Red+Green+Blue) = 240+215+46=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 46 (18.36% from 255 or 9.18% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D72E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D72E is #0F28D1. Grayscale: #CBCBCB. Windows color (decimal): -993490 or 3069936. OLE color: 3069936.

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

Color convert

RGB 240 215 46 -
CMYK 0 0.10 0.81 0.06
HSL 52.27º 0.87% 0.56% -
HSV(B) 52.27º 0.81% 0.94% -
XYZ 60.73 67.32 12.38 -
YUV 203.21 39.28 154.24 -
System Red Green Blue C M Y K H S L
Decimal 240 215 46 0 0.10 0.81 0.06 52.27 0.87 0.56
Hex F0 D7 2E 0 A 51 6 34 57 38
Octal 360 327 56 0 12 121 6 64 127 70
Binary 11110000 11010111 101110 0 1010 1010001 110 110100 1010111 111000

Color Harmonies of #F0D72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D72E

Black with #F0D72E

Text Example


Text Example

White with #F0D72E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D72E; }

 p { color: rgb(240,215,46); }

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

background-color css

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

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

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

border-color css

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

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

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