Html Css Color HEX #F0F52A Golden Fizz

📋 copy color: '#F0F52A'

red 240 ◦ green 245 ◦ blue 42

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

Shades of Golden Fizz #F0F52A

Tints of Golden Fizz #F0F52A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.49%

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

R = 45.54%
G = 46.49%
B = 7.97%

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

#F0F52A (or 0xF0F52A) is known color: Golden Fizz. HEX triplet: F0, F5 and 2A. RGB value is (240,245,42). Sum of RGB (Red+Green+Blue) = 240+245+42=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 42 (16.80% from 255 or 7.97% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F52A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F52A is #0F0AD5. Grayscale: #DDDDDD. Windows color (decimal): -985814 or 2815472. OLE color: 2815472.

HSL color Cylindrical-coordinate representation of color #F0F52A: hue angle of 61.48º degrees, saturation: 0.91, 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 #F0F52A is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 245 42 -
CMYK 0.02 0 0.83 0.04
HSL 61.48º 0.91% 0.56% -
HSV(B) 61.48º 0.83% 0.96% -
XYZ 69.01 84 14.77 -
YUV 220.36 27.34 142.01 -
System Red Green Blue C M Y K H S L
Decimal 240 245 42 0.02 0 0.83 0.04 61.48 0.91 0.56
Hex F0 F5 2A 2 0 53 4 3D 5B 38
Octal 360 365 52 2 0 123 4 75 133 70
Binary 11110000 11110101 101010 10 0 1010011 100 111101 1011011 111000

Color Harmonies of #F0F52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F52A

Black with #F0F52A

Text Example


Text Example

White with #F0F52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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