Html Css Color HEX #F2EA35 Golden Fizz

📋 copy color: '#F2EA35'

red 242 ◦ green 234 ◦ blue 53

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

Shades of Golden Fizz #F2EA35

Tints of Golden Fizz #F2EA35

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.23%

 BLUE value IS 53 (21.09% from 255) = 10.02%

R = 45.75%
G = 44.23%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F2EA35 (or 0xF2EA35) is known color: Golden Fizz. HEX triplet: F2, EA and 35. RGB value is (242,234,53). Sum of RGB (Red+Green+Blue) = 242+234+53=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 53 (21.09% from 255 or 10.02% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA35 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EA35 is #0D15CA. Grayscale: #D8D8D8. Windows color (decimal): -857547 or 3533554. OLE color: 3533554.

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

Color convert

RGB 242 234 53 -
CMYK 0 0.03 0.78 0.05
HSL 57.46º 0.88% 0.58% -
HSV(B) 57.46º 0.78% 0.95% -
XYZ 66.68 77.98 14.91 -
YUV 215.76 36.15 146.72 -
System Red Green Blue C M Y K H S L
Decimal 242 234 53 0 0.03 0.78 0.05 57.46 0.88 0.58
Hex F2 EA 35 0 3 4E 5 39 58 3A
Octal 362 352 65 0 3 116 5 71 130 72
Binary 11110010 11101010 110101 0 11 1001110 101 111001 1011000 111010

Color Harmonies of #F2EA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EA35

Black with #F2EA35

Text Example


Text Example

White with #F2EA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EA35; }

 p { color: rgb(242,234,53); }

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

background-color css

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

 a { background-color: rgb(242,234,53); }

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

border-color css

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

 span { border-color: rgb(242,234,53); }

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