Html Css Color HEX #F2E128 Golden Fizz

📋 copy color: '#F2E128'

red 242 ◦ green 225 ◦ blue 40

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

Shades of Golden Fizz #F2E128

Tints of Golden Fizz #F2E128

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.38%

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

R = 47.73%
G = 44.38%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2E128 (or 0xF2E128) is known color: Golden Fizz. HEX triplet: F2, E1 and 28. RGB value is (242,225,40). Sum of RGB (Red+Green+Blue) = 242+225+40=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 40 (16.02% from 255 or 7.89% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E128 is #0D1ED7. Grayscale: #D1D1D1. Windows color (decimal): -859864 or 2679282. OLE color: 2679282.

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

Color convert

RGB 242 225 40 -
CMYK 0 0.07 0.83 0.05
HSL 54.95º 0.89% 0.55% -
HSV(B) 54.95º 0.83% 0.95% -
XYZ 63.93 72.88 12.71 -
YUV 208.99 32.63 151.54 -
System Red Green Blue C M Y K H S L
Decimal 242 225 40 0 0.07 0.83 0.05 54.95 0.89 0.55
Hex F2 E1 28 0 7 53 5 37 59 37
Octal 362 341 50 0 7 123 5 67 131 67
Binary 11110010 11100001 101000 0 111 1010011 101 110111 1011001 110111

Color Harmonies of #F2E128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E128

Black with #F2E128

Text Example


Text Example

White with #F2E128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E128; }

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

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

background-color css

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

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

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

border-color css

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

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

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