Html Css Color HEX #F2F72D Golden Fizz

📋 copy color: '#F2F72D'

red 242 ◦ green 247 ◦ blue 45

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

Shades of Golden Fizz #F2F72D

Tints of Golden Fizz #F2F72D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.25%

 BLUE value IS 45 (17.97% from 255) = 8.43%

R = 45.32%
G = 46.25%
B = 8.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F2F72D (or 0xF2F72D) is known color: Golden Fizz. HEX triplet: F2, F7 and 2D. RGB value is (242,247,45). Sum of RGB (Red+Green+Blue) = 242+247+45=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 247 (96.88% from 255 or 46.25% from 534); Blue value is 45 (17.97% from 255 or 8.43% from 534); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F72D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F72D is #0D08D2. Grayscale: #DFDFDF. Windows color (decimal): -854227 or 3012594. OLE color: 3012594.

HSL color Cylindrical-coordinate representation of color #F2F72D: hue angle of 61.49º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2F72D is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 247 45 -
CMYK 0.02 0 0.82 0.03
HSL 61.49º 0.93% 0.57% -
HSV(B) 61.49º 0.82% 0.97% -
XYZ 70.35 85.59 15.29 -
YUV 222.48 27.84 141.93 -
System Red Green Blue C M Y K H S L
Decimal 242 247 45 0.02 0 0.82 0.03 61.49 0.93 0.57
Hex F2 F7 2D 2 0 52 3 3D 5D 39
Octal 362 367 55 2 0 122 3 75 135 71
Binary 11110010 11110111 101101 10 0 1010010 11 111101 1011101 111001

Color Harmonies of #F2F72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F72D

Black with #F2F72D

Text Example


Text Example

White with #F2F72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F72D; }

 p { color: rgb(242,247,45); }

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

background-color css

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

 a { background-color: rgb(242,247,45); }

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

border-color css

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

 span { border-color: rgb(242,247,45); }

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