Html Css Color HEX #F0D72C Golden Fizz

📋 copy color: '#F0D72C'

red 240 ◦ green 215 ◦ blue 44

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

Shades of Golden Fizz #F0D72C

Tints of Golden Fizz #F0D72C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.82%

R = 48.1%
G = 43.09%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0D72C (or 0xF0D72C) is known color: Golden Fizz. HEX triplet: F0, D7 and 2C. RGB value is (240,215,44). Sum of RGB (Red+Green+Blue) = 240+215+44=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 44 (17.58% from 255 or 8.82% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D72C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D72C is #0F28D3. Grayscale: #CBCBCB. Windows color (decimal): -993492 or 2938864. OLE color: 2938864.

HSL color Cylindrical-coordinate representation of color #F0D72C: hue angle of 52.35º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0D72C is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 215 44 -
CMYK 0 0.10 0.82 0.06
HSL 52.35º 0.87% 0.56% -
HSV(B) 52.35º 0.82% 0.94% -
XYZ 60.69 67.31 12.18 -
YUV 202.98 38.28 154.4 -
System Red Green Blue C M Y K H S L
Decimal 240 215 44 0 0.10 0.82 0.06 52.35 0.87 0.56
Hex F0 D7 2C 0 A 52 6 34 57 38
Octal 360 327 54 0 12 122 6 64 127 70
Binary 11110000 11010111 101100 0 1010 1010010 110 110100 1010111 111000

Color Harmonies of #F0D72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D72C

Black with #F0D72C

Text Example


Text Example

White with #F0D72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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