Html Css Color HEX #F2F128 Golden Fizz

📋 copy color: '#F2F128'

red 242 ◦ green 241 ◦ blue 40

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

Shades of Golden Fizz #F2F128

Tints of Golden Fizz #F2F128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.65%

R = 46.27%
G = 46.08%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2F128 (or 0xF2F128) is known color: Golden Fizz. HEX triplet: F2, F1 and 28. RGB value is (242,241,40). Sum of RGB (Red+Green+Blue) = 242+241+40=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 40 (16.02% from 255 or 7.65% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F128 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F128 is #0D0ED7. Grayscale: #DBDBDB. Windows color (decimal): -855768 or 2683378. OLE color: 2683378.

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

Color convert

RGB 242 241 40 -
CMYK 0 0.00 0.83 0.05
HSL 59.7º 0.89% 0.55% -
HSV(B) 59.7º 0.83% 0.95% -
XYZ 68.46 81.94 14.22 -
YUV 218.39 27.33 144.84 -
System Red Green Blue C M Y K H S L
Decimal 242 241 40 0 0.00 0.83 0.05 59.7 0.89 0.55
Hex F2 F1 28 0 0 53 5 3C 59 37
Octal 362 361 50 0 0 123 5 74 131 67
Binary 11110010 11110001 101000 0 0 1010011 101 111100 1011001 110111

Color Harmonies of #F2F128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F128

Black with #F2F128

Text Example


Text Example

White with #F2F128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F128; }

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

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

background-color css

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

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

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

border-color css

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

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

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