Html Css Color HEX #F2D93A Golden Fizz

📋 copy color: '#F2D93A'

red 242 ◦ green 217 ◦ blue 58

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

Shades of Golden Fizz #F2D93A

Tints of Golden Fizz #F2D93A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.97%

 BLUE value IS 58 (23.05% from 255) = 11.22%

R = 46.81%
G = 41.97%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2D93A (or 0xF2D93A) is known color: Golden Fizz. HEX triplet: F2, D9 and 3A. RGB value is (242,217,58). Sum of RGB (Red+Green+Blue) = 242+217+58=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 58 (23.05% from 255 or 11.22% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D93A is #0D26C5. Grayscale: #CFCFCF. Windows color (decimal): -861894 or 3856882. OLE color: 3856882.

HSL color Cylindrical-coordinate representation of color #F2D93A: hue angle of 51.85º 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 #F2D93A is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 217 58 -
CMYK 0 0.10 0.76 0.05
HSL 51.85º 0.88% 0.59% -
HSV(B) 51.85º 0.76% 0.95% -
XYZ 62.19 68.81 14.01 -
YUV 206.35 44.28 153.43 -
System Red Green Blue C M Y K H S L
Decimal 242 217 58 0 0.10 0.76 0.05 51.85 0.88 0.59
Hex F2 D9 3A 0 A 4C 5 34 58 3B
Octal 362 331 72 0 12 114 5 64 130 73
Binary 11110010 11011001 111010 0 1010 1001100 101 110100 1011000 111011

Color Harmonies of #F2D93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D93A

Black with #F2D93A

Text Example


Text Example

White with #F2D93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D93A; }

 p { color: rgb(242,217,58); }

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

background-color css

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

 a { background-color: rgb(242,217,58); }

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

border-color css

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

 span { border-color: rgb(242,217,58); }

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