Html Css Color HEX #F2F12F Golden Fizz

📋 copy color: '#F2F12F'

red 242 ◦ green 241 ◦ blue 47

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

Shades of Golden Fizz #F2F12F

Tints of Golden Fizz #F2F12F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.47%

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

R = 45.66%
G = 45.47%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2F12F (or 0xF2F12F) is known color: Golden Fizz. HEX triplet: F2, F1 and 2F. RGB value is (242,241,47). Sum of RGB (Red+Green+Blue) = 242+241+47=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 47 (18.75% from 255 or 8.87% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F12F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F12F is #0D0ED0. Grayscale: #DBDBDB. Windows color (decimal): -855761 or 3142130. OLE color: 3142130.

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

Color convert

RGB 242 241 47 -
CMYK 0 0.00 0.81 0.05
HSL 59.69º 0.88% 0.57% -
HSV(B) 59.69º 0.81% 0.95% -
XYZ 68.59 81.99 14.9 -
YUV 219.18 30.83 144.27 -
System Red Green Blue C M Y K H S L
Decimal 242 241 47 0 0.00 0.81 0.05 59.69 0.88 0.57
Hex F2 F1 2F 0 0 51 5 3C 58 39
Octal 362 361 57 0 0 121 5 74 130 71
Binary 11110010 11110001 101111 0 0 1010001 101 111100 1011000 111001

Color Harmonies of #F2F12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F12F

Black with #F2F12F

Text Example


Text Example

White with #F2F12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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