Html Css Color HEX #F2E62D Golden Fizz

📋 copy color: '#F2E62D'

red 242 ◦ green 230 ◦ blue 45

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

Shades of Golden Fizz #F2E62D

Tints of Golden Fizz #F2E62D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.49%

 BLUE value IS 45 (17.97% from 255) = 8.7%

R = 46.81%
G = 44.49%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2E62D (or 0xF2E62D) is known color: Golden Fizz. HEX triplet: F2, E6 and 2D. RGB value is (242,230,45). Sum of RGB (Red+Green+Blue) = 242+230+45=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 45 (17.97% from 255 or 8.70% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E62D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E62D is #0D19D2. Grayscale: #D5D5D5. Windows color (decimal): -858579 or 3008242. OLE color: 3008242.

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

Color convert

RGB 242 230 45 -
CMYK 0 0.05 0.81 0.05
HSL 56.35º 0.88% 0.56% -
HSV(B) 56.35º 0.81% 0.95% -
XYZ 65.39 75.66 13.64 -
YUV 212.5 33.48 149.04 -
System Red Green Blue C M Y K H S L
Decimal 242 230 45 0 0.05 0.81 0.05 56.35 0.88 0.56
Hex F2 E6 2D 0 5 51 5 38 58 38
Octal 362 346 55 0 5 121 5 70 130 70
Binary 11110010 11100110 101101 0 101 1010001 101 111000 1011000 111000

Color Harmonies of #F2E62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E62D

Black with #F2E62D

Text Example


Text Example

White with #F2E62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E62D; }

 p { color: rgb(242,230,45); }

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

background-color css

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

 a { background-color: rgb(242,230,45); }

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

border-color css

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

 span { border-color: rgb(242,230,45); }

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