Html Css Color HEX #F0F133 Golden Fizz

📋 copy color: '#F0F133'

red 240 ◦ green 241 ◦ blue 51

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

Shades of Golden Fizz #F0F133

Tints of Golden Fizz #F0F133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 9.59%

R = 45.11%
G = 45.3%
B = 9.59%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F0F133 (or 0xF0F133) is known color: Golden Fizz. HEX triplet: F0, F1 and 33. RGB value is (240,241,51). Sum of RGB (Red+Green+Blue) = 240+241+51=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 51 (20.31% from 255 or 9.59% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F133 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F133 is #0F0ECC. Grayscale: #DBDBDB. Windows color (decimal): -986829 or 3404272. OLE color: 3404272.

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

Color convert

RGB 240 241 51 -
CMYK 0.00 0 0.79 0.05
HSL 60.32º 0.87% 0.57% -
HSV(B) 60.32º 0.79% 0.95% -
XYZ 67.99 81.67 15.31 -
YUV 219.04 33.17 142.95 -
System Red Green Blue C M Y K H S L
Decimal 240 241 51 0.00 0 0.79 0.05 60.32 0.87 0.57
Hex F0 F1 33 0 0 4F 5 3C 57 39
Octal 360 361 63 0 0 117 5 74 127 71
Binary 11110000 11110001 110011 0 0 1001111 101 111100 1010111 111001

Color Harmonies of #F0F133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F133

Black with #F0F133

Text Example


Text Example

White with #F0F133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F133; }

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

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

background-color css

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

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

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

border-color css

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

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

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