Html Css Color HEX #F2E935 Golden Fizz

📋 copy color: '#F2E935'

red 242 ◦ green 233 ◦ blue 53

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

Shades of Golden Fizz #F2E935

Tints of Golden Fizz #F2E935

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.13%

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

R = 45.83%
G = 44.13%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F2E935 (or 0xF2E935) is known color: Golden Fizz. HEX triplet: F2, E9 and 35. RGB value is (242,233,53). Sum of RGB (Red+Green+Blue) = 242+233+53=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 53 (21.09% from 255 or 10.04% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E935 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E935 is #0D16CA. Grayscale: #D7D7D7. Windows color (decimal): -857803 or 3533298. OLE color: 3533298.

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

Color convert

RGB 242 233 53 -
CMYK 0 0.04 0.78 0.05
HSL 57.14º 0.88% 0.58% -
HSV(B) 57.14º 0.78% 0.95% -
XYZ 66.4 77.41 14.81 -
YUV 215.17 36.48 147.14 -
System Red Green Blue C M Y K H S L
Decimal 242 233 53 0 0.04 0.78 0.05 57.14 0.88 0.58
Hex F2 E9 35 0 4 4E 5 39 58 3A
Octal 362 351 65 0 4 116 5 71 130 72
Binary 11110010 11101001 110101 0 100 1001110 101 111001 1011000 111010

Color Harmonies of #F2E935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E935

Black with #F2E935

Text Example


Text Example

White with #F2E935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E935; }

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

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

background-color css

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

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

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

border-color css

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

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

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