Html Css Color HEX #F0D92A Golden Fizz

📋 copy color: '#F0D92A'

red 240 ◦ green 217 ◦ blue 42

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

Shades of Golden Fizz #F0D92A

Tints of Golden Fizz #F0D92A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.49%

 BLUE value IS 42 (16.8% from 255) = 8.42%

R = 48.1%
G = 43.49%
B = 8.42%

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

#F0D92A (or 0xF0D92A) is known color: Golden Fizz. HEX triplet: F0, D9 and 2A. RGB value is (240,217,42). Sum of RGB (Red+Green+Blue) = 240+217+42=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 42 (16.80% from 255 or 8.42% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D92A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D92A is #0F26D5. Grayscale: #CCCCCC. Windows color (decimal): -992982 or 2808304. OLE color: 2808304.

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

Color convert

RGB 240 217 42 -
CMYK 0 0.10 0.82 0.06
HSL 53.03º 0.87% 0.55% -
HSV(B) 53.03º 0.83% 0.94% -
XYZ 61.17 68.32 12.15 -
YUV 203.93 36.62 153.73 -
System Red Green Blue C M Y K H S L
Decimal 240 217 42 0 0.10 0.82 0.06 53.03 0.87 0.55
Hex F0 D9 2A 0 A 52 6 35 57 37
Octal 360 331 52 0 12 122 6 65 127 67
Binary 11110000 11011001 101010 0 1010 1010010 110 110101 1010111 110111

Color Harmonies of #F0D92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D92A

Black with #F0D92A

Text Example


Text Example

White with #F0D92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D92A; }

 p { color: rgb(240,217,42); }

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

background-color css

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

 a { background-color: rgb(240,217,42); }

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

border-color css

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

 span { border-color: rgb(240,217,42); }

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