Html Css Color HEX #F2E320 Golden Fizz

📋 copy color: '#F2E320'

red 242 ◦ green 227 ◦ blue 32

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

Shades of Golden Fizz #F2E320

Tints of Golden Fizz #F2E320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.39%

R = 48.3%
G = 45.31%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F2E320 (or 0xF2E320) is known color: Golden Fizz. HEX triplet: F2, E3 and 20. RGB value is (242,227,32). Sum of RGB (Red+Green+Blue) = 242+227+32=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 32 (12.89% from 255 or 6.39% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E320 is #0D1CDF. Grayscale: #D2D2D2. Windows color (decimal): -859360 or 2155506. OLE color: 2155506.

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

Color convert

RGB 242 227 32 -
CMYK 0 0.06 0.87 0.05
HSL 55.71º 0.89% 0.54% -
HSV(B) 55.71º 0.87% 0.95% -
XYZ 64.35 73.92 12.24 -
YUV 209.26 27.97 151.36 -
System Red Green Blue C M Y K H S L
Decimal 242 227 32 0 0.06 0.87 0.05 55.71 0.89 0.54
Hex F2 E3 20 0 6 57 5 38 59 36
Octal 362 343 40 0 6 127 5 70 131 66
Binary 11110010 11100011 100000 0 110 1010111 101 111000 1011001 110110

Color Harmonies of #F2E320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E320

Black with #F2E320

Text Example


Text Example

White with #F2E320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E320; }

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

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

background-color css

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

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

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

border-color css

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

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

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