Html Css Color HEX #F2D73B Golden Fizz

📋 copy color: '#F2D73B'

red 242 ◦ green 215 ◦ blue 59

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

Shades of Golden Fizz #F2D73B

Tints of Golden Fizz #F2D73B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.67%

 BLUE value IS 59 (23.44% from 255) = 11.43%

R = 46.9%
G = 41.67%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2D73B (or 0xF2D73B) is known color: Golden Fizz. HEX triplet: F2, D7 and 3B. RGB value is (242,215,59). Sum of RGB (Red+Green+Blue) = 242+215+59=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 59 (23.44% from 255 or 11.43% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D73B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D73B is #0D28C4. Grayscale: #CDCDCD. Windows color (decimal): -862405 or 3921906. OLE color: 3921906.

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

Color convert

RGB 242 215 59 -
CMYK 0 0.11 0.76 0.05
HSL 51.15º 0.88% 0.59% -
HSV(B) 51.15º 0.76% 0.95% -
XYZ 61.71 67.79 13.97 -
YUV 205.29 45.45 154.18 -
System Red Green Blue C M Y K H S L
Decimal 242 215 59 0 0.11 0.76 0.05 51.15 0.88 0.59
Hex F2 D7 3B 0 B 4C 5 33 58 3B
Octal 362 327 73 0 13 114 5 63 130 73
Binary 11110010 11010111 111011 0 1011 1001100 101 110011 1011000 111011

Color Harmonies of #F2D73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D73B

Black with #F2D73B

Text Example


Text Example

White with #F2D73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D73B; }

 p { color: rgb(242,215,59); }

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

background-color css

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

 a { background-color: rgb(242,215,59); }

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

border-color css

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

 span { border-color: rgb(242,215,59); }

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