Html Css Color HEX #F2E035 Golden Fizz

📋 copy color: '#F2E035'

red 242 ◦ green 224 ◦ blue 53

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

Shades of Golden Fizz #F2E035

Tints of Golden Fizz #F2E035

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.16%

 BLUE value IS 53 (21.09% from 255) = 10.21%

R = 46.63%
G = 43.16%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F2E035 (or 0xF2E035) is known color: Golden Fizz. HEX triplet: F2, E0 and 35. RGB value is (242,224,53). Sum of RGB (Red+Green+Blue) = 242+224+53=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 53 (21.09% from 255 or 10.21% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E035 is #0D1FCA. Grayscale: #D2D2D2. Windows color (decimal): -860107 or 3530994. OLE color: 3530994.

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

Color convert

RGB 242 224 53 -
CMYK 0 0.07 0.78 0.05
HSL 54.29º 0.88% 0.58% -
HSV(B) 54.29º 0.78% 0.95% -
XYZ 63.92 72.45 13.98 -
YUV 209.89 39.46 150.9 -
System Red Green Blue C M Y K H S L
Decimal 242 224 53 0 0.07 0.78 0.05 54.29 0.88 0.58
Hex F2 E0 35 0 7 4E 5 36 58 3A
Octal 362 340 65 0 7 116 5 66 130 72
Binary 11110010 11100000 110101 0 111 1001110 101 110110 1011000 111010

Color Harmonies of #F2E035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E035

Black with #F2E035

Text Example


Text Example

White with #F2E035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E035; }

 p { color: rgb(242,224,53); }

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

background-color css

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

 a { background-color: rgb(242,224,53); }

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

border-color css

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

 span { border-color: rgb(242,224,53); }

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