Html Css Color HEX #F0D82F Golden Fizz

📋 copy color: '#F0D82F'

red 240 ◦ green 216 ◦ blue 47

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

Shades of Golden Fizz #F0D82F

Tints of Golden Fizz #F0D82F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.94%

 BLUE value IS 47 (18.75% from 255) = 9.34%

R = 47.71%
G = 42.94%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0D82F (or 0xF0D82F) is known color: Golden Fizz. HEX triplet: F0, D8 and 2F. RGB value is (240,216,47). Sum of RGB (Red+Green+Blue) = 240+216+47=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 47 (18.75% from 255 or 9.34% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D82F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D82F is #0F27D0. Grayscale: #CCCCCC. Windows color (decimal): -993233 or 3135728. OLE color: 3135728.

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

Color convert

RGB 240 216 47 -
CMYK 0 0.1 0.80 0.06
HSL 52.54º 0.87% 0.56% -
HSV(B) 52.54º 0.8% 0.94% -
XYZ 61 67.84 12.57 -
YUV 203.91 39.45 153.74 -
System Red Green Blue C M Y K H S L
Decimal 240 216 47 0 0.1 0.80 0.06 52.54 0.87 0.56
Hex F0 D8 2F 0 A 50 6 35 57 38
Octal 360 330 57 0 12 120 6 65 127 70
Binary 11110000 11011000 101111 0 1010 1010000 110 110101 1010111 111000

Color Harmonies of #F0D82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D82F

Black with #F0D82F

Text Example


Text Example

White with #F0D82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D82F; }

 p { color: rgb(240,216,47); }

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

background-color css

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

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

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

border-color css

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

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

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