Html Css Color HEX #F2E92D Golden Fizz

📋 copy color: '#F2E92D'

red 242 ◦ green 233 ◦ blue 45

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

Shades of Golden Fizz #F2E92D

Tints of Golden Fizz #F2E92D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.81%

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

R = 46.54%
G = 44.81%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2E92D (or 0xF2E92D) is known color: Golden Fizz. HEX triplet: F2, E9 and 2D. RGB value is (242,233,45). Sum of RGB (Red+Green+Blue) = 242+233+45=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 45 (17.97% from 255 or 8.65% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E92D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E92D is #0D16D2. Grayscale: #D7D7D7. Windows color (decimal): -857811 or 3009010. OLE color: 3009010.

HSL color Cylindrical-coordinate representation of color #F2E92D: hue angle of 57.26º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2E92D is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 233 45 -
CMYK 0 0.04 0.81 0.05
HSL 57.26º 0.88% 0.56% -
HSV(B) 57.26º 0.81% 0.95% -
XYZ 66.23 77.34 13.92 -
YUV 214.26 32.48 147.79 -
System Red Green Blue C M Y K H S L
Decimal 242 233 45 0 0.04 0.81 0.05 57.26 0.88 0.56
Hex F2 E9 2D 0 4 51 5 39 58 38
Octal 362 351 55 0 4 121 5 71 130 70
Binary 11110010 11101001 101101 0 100 1010001 101 111001 1011000 111000

Color Harmonies of #F2E92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E92D

Black with #F2E92D

Text Example


Text Example

White with #F2E92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E92D; }

 p { color: rgb(242,233,45); }

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

background-color css

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

 a { background-color: rgb(242,233,45); }

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

border-color css

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

 span { border-color: rgb(242,233,45); }

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