Html Css Color HEX #F2F525 Golden Fizz

📋 copy color: '#F2F525'

red 242 ◦ green 245 ◦ blue 37

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

Shades of Golden Fizz #F2F525

Tints of Golden Fizz #F2F525

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.76%

 BLUE value IS 37 (14.84% from 255) = 7.06%

R = 46.18%
G = 46.76%
B = 7.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F2F525 (or 0xF2F525) is known color: Golden Fizz. HEX triplet: F2, F5 and 25. RGB value is (242,245,37). Sum of RGB (Red+Green+Blue) = 242+245+37=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 245 (96.09% from 255 or 46.76% from 524); Blue value is 37 (14.84% from 255 or 7.06% from 524); Max value from RGB is 245 - color contains mainly: green. Hex color #F2F525 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F525 is #0D0ADA. Grayscale: #DDDDDD. Windows color (decimal): -854747 or 2487794. OLE color: 2487794.

HSL color Cylindrical-coordinate representation of color #F2F525: hue angle of 60.87º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2F525 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 245 37 -
CMYK 0.01 0 0.85 0.04
HSL 60.87º 0.91% 0.55% -
HSV(B) 60.87º 0.85% 0.96% -
XYZ 69.6 84.32 14.36 -
YUV 220.39 24.51 143.41 -
System Red Green Blue C M Y K H S L
Decimal 242 245 37 0.01 0 0.85 0.04 60.87 0.91 0.55
Hex F2 F5 25 1 0 55 4 3D 5B 37
Octal 362 365 45 1 0 125 4 75 133 67
Binary 11110010 11110101 100101 1 0 1010101 100 111101 1011011 110111

Color Harmonies of #F2F525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F525

Black with #F2F525

Text Example


Text Example

White with #F2F525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F525; }

 p { color: rgb(242,245,37); }

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

background-color css

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

 a { background-color: rgb(242,245,37); }

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

border-color css

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

 span { border-color: rgb(242,245,37); }

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