Html Css Color HEX #F2E327 Golden Fizz

📋 copy color: '#F2E327'

red 242 ◦ green 227 ◦ blue 39

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

Shades of Golden Fizz #F2E327

Tints of Golden Fizz #F2E327

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.69%

 BLUE value IS 39 (15.63% from 255) = 7.68%

R = 47.64%
G = 44.69%
B = 7.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F2E327 (or 0xF2E327) is known color: Golden Fizz. HEX triplet: F2, E3 and 27. RGB value is (242,227,39). Sum of RGB (Red+Green+Blue) = 242+227+39=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 39 (15.62% from 255 or 7.68% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E327 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E327 is #0D1CD8. Grayscale: #D2D2D2. Windows color (decimal): -859353 or 2614258. OLE color: 2614258.

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

Color convert

RGB 242 227 39 -
CMYK 0 0.06 0.84 0.05
HSL 55.57º 0.89% 0.55% -
HSV(B) 55.57º 0.84% 0.95% -
XYZ 64.45 73.96 12.8 -
YUV 210.05 31.47 150.79 -
System Red Green Blue C M Y K H S L
Decimal 242 227 39 0 0.06 0.84 0.05 55.57 0.89 0.55
Hex F2 E3 27 0 6 54 5 38 59 37
Octal 362 343 47 0 6 124 5 70 131 67
Binary 11110010 11100011 100111 0 110 1010100 101 111000 1011001 110111

Color Harmonies of #F2E327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E327

Black with #F2E327

Text Example


Text Example

White with #F2E327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E327; }

 p { color: rgb(242,227,39); }

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

background-color css

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

 a { background-color: rgb(242,227,39); }

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

border-color css

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

 span { border-color: rgb(242,227,39); }

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