Html Css Color HEX #F2F027 Golden Fizz

📋 copy color: '#F2F027'

red 242 ◦ green 240 ◦ blue 39

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

Shades of Golden Fizz #F2F027

Tints of Golden Fizz #F2F027

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.07%

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

R = 46.45%
G = 46.07%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F2F027 (or 0xF2F027) is known color: Golden Fizz. HEX triplet: F2, F0 and 27. RGB value is (242,240,39). Sum of RGB (Red+Green+Blue) = 242+240+39=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 39 (15.62% from 255 or 7.49% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F027 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F027 is #0D0FD8. Grayscale: #DADADA. Windows color (decimal): -856025 or 2617586. OLE color: 2617586.

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

Color convert

RGB 242 240 39 -
CMYK 0 0.01 0.84 0.05
HSL 59.41º 0.89% 0.55% -
HSV(B) 59.41º 0.84% 0.95% -
XYZ 68.14 81.34 14.03 -
YUV 217.68 27.16 145.34 -
System Red Green Blue C M Y K H S L
Decimal 242 240 39 0 0.01 0.84 0.05 59.41 0.89 0.55
Hex F2 F0 27 0 1 54 5 3B 59 37
Octal 362 360 47 0 1 124 5 73 131 67
Binary 11110010 11110000 100111 0 1 1010100 101 111011 1011001 110111

Color Harmonies of #F2F027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F027

Black with #F2F027

Text Example


Text Example

White with #F2F027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F027; }

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

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

background-color css

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

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

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

border-color css

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

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

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