Html Css Color HEX #F2D732 Golden Fizz

📋 copy color: '#F2D732'

red 242 ◦ green 215 ◦ blue 50

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

Shades of Golden Fizz #F2D732

Tints of Golden Fizz #F2D732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.86%

R = 47.73%
G = 42.41%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F2D732 (or 0xF2D732) is known color: Golden Fizz. HEX triplet: F2, D7 and 32. RGB value is (242,215,50). Sum of RGB (Red+Green+Blue) = 242+215+50=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 50 (19.92% from 255 or 9.86% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D732 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D732 is #0D28CD. Grayscale: #CCCCCC. Windows color (decimal): -862414 or 3332082. OLE color: 3332082.

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

Color convert

RGB 242 215 50 -
CMYK 0 0.11 0.79 0.05
HSL 51.56º 0.88% 0.57% -
HSV(B) 51.56º 0.79% 0.95% -
XYZ 61.49 67.71 12.85 -
YUV 204.26 40.95 154.92 -
System Red Green Blue C M Y K H S L
Decimal 242 215 50 0 0.11 0.79 0.05 51.56 0.88 0.57
Hex F2 D7 32 0 B 4F 5 34 58 39
Octal 362 327 62 0 13 117 5 64 130 71
Binary 11110010 11010111 110010 0 1011 1001111 101 110100 1011000 111001

Color Harmonies of #F2D732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D732

Black with #F2D732

Text Example


Text Example

White with #F2D732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D732; }

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

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

background-color css

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

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

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

border-color css

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

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

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