Html Css Color HEX #F2D927 Golden Fizz

📋 copy color: '#F2D927'

red 242 ◦ green 217 ◦ blue 39

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

Shades of Golden Fizz #F2D927

Tints of Golden Fizz #F2D927

RGB

 RED value IS 242 (94.92% from 255) = 48.59%

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

 BLUE value IS 39 (15.63% from 255) = 7.83%

R = 48.59%
G = 43.57%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F2D927 (or 0xF2D927) is known color: Golden Fizz. HEX triplet: F2, D9 and 27. RGB value is (242,217,39). Sum of RGB (Red+Green+Blue) = 242+217+39=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 39 (15.62% from 255 or 7.83% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D927 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D927 is #0D26D8. Grayscale: #CCCCCC. Windows color (decimal): -861913 or 2611698. OLE color: 2611698.

HSL color Cylindrical-coordinate representation of color #F2D927: hue angle of 52.61º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2D927 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 217 39 -
CMYK 0 0.10 0.84 0.05
HSL 52.61º 0.89% 0.55% -
HSV(B) 52.61º 0.84% 0.95% -
XYZ 61.8 68.65 11.91 -
YUV 204.18 34.78 154.97 -
System Red Green Blue C M Y K H S L
Decimal 242 217 39 0 0.10 0.84 0.05 52.61 0.89 0.55
Hex F2 D9 27 0 A 54 5 35 59 37
Octal 362 331 47 0 12 124 5 65 131 67
Binary 11110010 11011001 100111 0 1010 1010100 101 110101 1011001 110111

Color Harmonies of #F2D927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D927

Black with #F2D927

Text Example


Text Example

White with #F2D927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D927; }

 p { color: rgb(242,217,39); }

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

background-color css

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

 a { background-color: rgb(242,217,39); }

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

border-color css

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

 span { border-color: rgb(242,217,39); }

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