Html Css Color HEX #F2E02A Golden Fizz

📋 copy color: '#F2E02A'

red 242 ◦ green 224 ◦ blue 42

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

Shades of Golden Fizz #F2E02A

Tints of Golden Fizz #F2E02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.27%

R = 47.64%
G = 44.09%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2E02A (or 0xF2E02A) is known color: Golden Fizz. HEX triplet: F2, E0 and 2A. RGB value is (242,224,42). Sum of RGB (Red+Green+Blue) = 242+224+42=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 42 (16.80% from 255 or 8.27% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E02A is #0D1FD5. Grayscale: #D1D1D1. Windows color (decimal): -860118 or 2810098. OLE color: 2810098.

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

Color convert

RGB 242 224 42 -
CMYK 0 0.07 0.83 0.05
HSL 54.6º 0.88% 0.56% -
HSV(B) 54.6º 0.83% 0.95% -
XYZ 63.69 72.36 12.8 -
YUV 208.63 33.96 151.8 -
System Red Green Blue C M Y K H S L
Decimal 242 224 42 0 0.07 0.83 0.05 54.6 0.88 0.56
Hex F2 E0 2A 0 7 53 5 37 58 38
Octal 362 340 52 0 7 123 5 67 130 70
Binary 11110010 11100000 101010 0 111 1010011 101 110111 1011000 111000

Color Harmonies of #F2E02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E02A

Black with #F2E02A

Text Example


Text Example

White with #F2E02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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