Html Css Color HEX #F0F123 Golden Fizz

📋 copy color: '#F0F123'

red 240 ◦ green 241 ◦ blue 35

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

Shades of Golden Fizz #F0F123

Tints of Golden Fizz #F0F123

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.71%

 BLUE value IS 35 (14.06% from 255) = 6.78%

R = 46.51%
G = 46.71%
B = 6.78%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F0F123 (or 0xF0F123) is known color: Golden Fizz. HEX triplet: F0, F1 and 23. RGB value is (240,241,35). Sum of RGB (Red+Green+Blue) = 240+241+35=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 35 (14.06% from 255 or 6.78% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F123 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F123 is #0F0EDC. Grayscale: #DADADA. Windows color (decimal): -986845 or 2355696. OLE color: 2355696.

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

Color convert

RGB 240 241 35 -
CMYK 0.00 0 0.85 0.05
HSL 60.29º 0.88% 0.54% -
HSV(B) 60.29º 0.85% 0.95% -
XYZ 67.69 81.56 13.76 -
YUV 217.22 25.17 144.25 -
System Red Green Blue C M Y K H S L
Decimal 240 241 35 0.00 0 0.85 0.05 60.29 0.88 0.54
Hex F0 F1 23 0 0 55 5 3C 58 36
Octal 360 361 43 0 0 125 5 74 130 66
Binary 11110000 11110001 100011 0 0 1010101 101 111100 1011000 110110

Color Harmonies of #F0F123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F123

Black with #F0F123

Text Example


Text Example

White with #F0F123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F123; }

 p { color: rgb(240,241,35); }

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

background-color css

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

 a { background-color: rgb(240,241,35); }

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

border-color css

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

 span { border-color: rgb(240,241,35); }

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