Html Css Color HEX #F0F62A Golden Fizz

📋 copy color: '#F0F62A'

red 240 ◦ green 246 ◦ blue 42

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

Shades of Golden Fizz #F0F62A

Tints of Golden Fizz #F0F62A

RGB

 RED value IS 240 (94.14% from 255) = 45.45%

 GREEN value IS 246 (96.48% from 255) = 46.59%

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

R = 45.45%
G = 46.59%
B = 7.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F0F62A (or 0xF0F62A) is known color: Golden Fizz. HEX triplet: F0, F6 and 2A. RGB value is (240,246,42). Sum of RGB (Red+Green+Blue) = 240+246+42=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 42 (16.80% from 255 or 7.95% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F62A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F62A is #0F09D5. Grayscale: #DDDDDD. Windows color (decimal): -985558 or 2815728. OLE color: 2815728.

HSL color Cylindrical-coordinate representation of color #F0F62A: hue angle of 61.76º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0F62A is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 246 42 -
CMYK 0.02 0 0.83 0.04
HSL 61.76º 0.92% 0.56% -
HSV(B) 61.76º 0.83% 0.96% -
XYZ 69.31 84.6 14.87 -
YUV 220.95 27.01 141.59 -
System Red Green Blue C M Y K H S L
Decimal 240 246 42 0.02 0 0.83 0.04 61.76 0.92 0.56
Hex F0 F6 2A 2 0 53 4 3E 5C 38
Octal 360 366 52 2 0 123 4 76 134 70
Binary 11110000 11110110 101010 10 0 1010011 100 111110 1011100 111000

Color Harmonies of #F0F62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F62A

Black with #F0F62A

Text Example


Text Example

White with #F0F62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F62A; }

 p { color: rgb(240,246,42); }

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

background-color css

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

 a { background-color: rgb(240,246,42); }

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

border-color css

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

 span { border-color: rgb(240,246,42); }

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