Html Css Color HEX #F2F42F Golden Fizz

📋 copy color: '#F2F42F'

red 242 ◦ green 244 ◦ blue 47

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

Shades of Golden Fizz #F2F42F

Tints of Golden Fizz #F2F42F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.78%

 BLUE value IS 47 (18.75% from 255) = 8.82%

R = 45.4%
G = 45.78%
B = 8.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F2F42F (or 0xF2F42F) is known color: Golden Fizz. HEX triplet: F2, F4 and 2F. RGB value is (242,244,47). Sum of RGB (Red+Green+Blue) = 242+244+47=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 244 (95.70% from 255 or 45.78% from 533); Blue value is 47 (18.75% from 255 or 8.82% from 533); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F42F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F42F is #0D0BD0. Grayscale: #DDDDDD. Windows color (decimal): -854993 or 3142898. OLE color: 3142898.

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

Color convert

RGB 242 244 47 -
CMYK 0.01 0 0.81 0.04
HSL 60.61º 0.9% 0.57% -
HSV(B) 60.61º 0.81% 0.96% -
XYZ 69.48 83.78 15.2 -
YUV 220.94 29.84 143.02 -
System Red Green Blue C M Y K H S L
Decimal 242 244 47 0.01 0 0.81 0.04 60.61 0.9 0.57
Hex F2 F4 2F 1 0 51 4 3D 5A 39
Octal 362 364 57 1 0 121 4 75 132 71
Binary 11110010 11110100 101111 1 0 1010001 100 111101 1011010 111001

Color Harmonies of #F2F42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F42F

Black with #F2F42F

Text Example


Text Example

White with #F2F42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F42F; }

 p { color: rgb(242,244,47); }

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

background-color css

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

 a { background-color: rgb(242,244,47); }

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

border-color css

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

 span { border-color: rgb(242,244,47); }

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