Html Css Color HEX #F2E32F Golden Fizz

📋 copy color: '#F2E32F'

red 242 ◦ green 227 ◦ blue 47

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

Shades of Golden Fizz #F2E32F

Tints of Golden Fizz #F2E32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.11%

R = 46.9%
G = 43.99%
B = 9.11%

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

#F2E32F (or 0xF2E32F) is known color: Golden Fizz. HEX triplet: F2, E3 and 2F. RGB value is (242,227,47). Sum of RGB (Red+Green+Blue) = 242+227+47=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 47 (18.75% from 255 or 9.11% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E32F is #0D1CD0. Grayscale: #D3D3D3. Windows color (decimal): -859345 or 3138546. OLE color: 3138546.

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

Color convert

RGB 242 227 47 -
CMYK 0 0.06 0.81 0.05
HSL 55.38º 0.88% 0.57% -
HSV(B) 55.38º 0.81% 0.95% -
XYZ 64.6 74.02 13.57 -
YUV 210.97 35.47 150.14 -
System Red Green Blue C M Y K H S L
Decimal 242 227 47 0 0.06 0.81 0.05 55.38 0.88 0.57
Hex F2 E3 2F 0 6 51 5 37 58 39
Octal 362 343 57 0 6 121 5 67 130 71
Binary 11110010 11100011 101111 0 110 1010001 101 110111 1011000 111001

Color Harmonies of #F2E32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E32F

Black with #F2E32F

Text Example


Text Example

White with #F2E32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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