Html Css Color HEX #F2E32E Golden Fizz

📋 copy color: '#F2E32E'

red 242 ◦ green 227 ◦ blue 46

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

Shades of Golden Fizz #F2E32E

Tints of Golden Fizz #F2E32E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.08%

 BLUE value IS 46 (18.36% from 255) = 8.93%

R = 46.99%
G = 44.08%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2E32E (or 0xF2E32E) is known color: Golden Fizz. HEX triplet: F2, E3 and 2E. RGB value is (242,227,46). Sum of RGB (Red+Green+Blue) = 242+227+46=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 46 (18.36% from 255 or 8.93% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E32E is #0D1CD1. Grayscale: #D3D3D3. Windows color (decimal): -859346 or 3073010. OLE color: 3073010.

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

Color convert

RGB 242 227 46 -
CMYK 0 0.06 0.81 0.05
HSL 55.41º 0.88% 0.56% -
HSV(B) 55.41º 0.81% 0.95% -
XYZ 64.58 74.01 13.47 -
YUV 210.85 34.97 150.22 -
System Red Green Blue C M Y K H S L
Decimal 242 227 46 0 0.06 0.81 0.05 55.41 0.88 0.56
Hex F2 E3 2E 0 6 51 5 37 58 38
Octal 362 343 56 0 6 121 5 67 130 70
Binary 11110010 11100011 101110 0 110 1010001 101 110111 1011000 111000

Color Harmonies of #F2E32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E32E

Black with #F2E32E

Text Example


Text Example

White with #F2E32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E32E; }

 p { color: rgb(242,227,46); }

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

background-color css

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

 a { background-color: rgb(242,227,46); }

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

border-color css

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

 span { border-color: rgb(242,227,46); }

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