Html Css Color HEX #F0D82D Golden Fizz

📋 copy color: '#F0D82D'

red 240 ◦ green 216 ◦ blue 45

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

Shades of Golden Fizz #F0D82D

Tints of Golden Fizz #F0D82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.98%

R = 47.9%
G = 43.11%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0D82D (or 0xF0D82D) is known color: Golden Fizz. HEX triplet: F0, D8 and 2D. RGB value is (240,216,45). Sum of RGB (Red+Green+Blue) = 240+216+45=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 45 (17.97% from 255 or 8.98% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D82D is #0F27D2. Grayscale: #CCCCCC. Windows color (decimal): -993235 or 3004656. OLE color: 3004656.

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

Color convert

RGB 240 216 45 -
CMYK 0 0.1 0.81 0.06
HSL 52.62º 0.87% 0.56% -
HSV(B) 52.62º 0.81% 0.94% -
XYZ 60.96 67.83 12.36 -
YUV 203.68 38.45 153.9 -
System Red Green Blue C M Y K H S L
Decimal 240 216 45 0 0.1 0.81 0.06 52.62 0.87 0.56
Hex F0 D8 2D 0 A 51 6 35 57 38
Octal 360 330 55 0 12 121 6 65 127 70
Binary 11110000 11011000 101101 0 1010 1010001 110 110101 1010111 111000

Color Harmonies of #F0D82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D82D

Black with #F0D82D

Text Example


Text Example

White with #F0D82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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