Html Css Color HEX #F2E728 Golden Fizz

📋 copy color: '#F2E728'

red 242 ◦ green 231 ◦ blue 40

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

Shades of Golden Fizz #F2E728

Tints of Golden Fizz #F2E728

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.03%

 BLUE value IS 40 (16.02% from 255) = 7.8%

R = 47.17%
G = 45.03%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2E728 (or 0xF2E728) is known color: Golden Fizz. HEX triplet: F2, E7 and 28. RGB value is (242,231,40). Sum of RGB (Red+Green+Blue) = 242+231+40=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 40 (16.02% from 255 or 7.80% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E728 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E728 is #0D18D7. Grayscale: #D5D5D5. Windows color (decimal): -858328 or 2680818. OLE color: 2680818.

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

Color convert

RGB 242 231 40 -
CMYK 0 0.05 0.83 0.05
HSL 56.73º 0.89% 0.55% -
HSV(B) 56.73º 0.83% 0.95% -
XYZ 65.58 76.18 13.26 -
YUV 212.52 30.64 149.03 -
System Red Green Blue C M Y K H S L
Decimal 242 231 40 0 0.05 0.83 0.05 56.73 0.89 0.55
Hex F2 E7 28 0 5 53 5 39 59 37
Octal 362 347 50 0 5 123 5 71 131 67
Binary 11110010 11100111 101000 0 101 1010011 101 111001 1011001 110111

Color Harmonies of #F2E728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E728

Black with #F2E728

Text Example


Text Example

White with #F2E728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E728; }

 p { color: rgb(242,231,40); }

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

background-color css

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

 a { background-color: rgb(242,231,40); }

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

border-color css

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

 span { border-color: rgb(242,231,40); }

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