Html Css Color HEX #F0F12F Golden Fizz

📋 copy color: '#F0F12F'

red 240 ◦ green 241 ◦ blue 47

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

Shades of Golden Fizz #F0F12F

Tints of Golden Fizz #F0F12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 8.9%

R = 45.45%
G = 45.64%
B = 8.9%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F0F12F (or 0xF0F12F) is known color: Golden Fizz. HEX triplet: F0, F1 and 2F. RGB value is (240,241,47). Sum of RGB (Red+Green+Blue) = 240+241+47=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 47 (18.75% from 255 or 8.90% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F12F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F12F is #0F0ED0. Grayscale: #DBDBDB. Windows color (decimal): -986833 or 3142128. OLE color: 3142128.

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

Color convert

RGB 240 241 47 -
CMYK 0.00 0 0.80 0.05
HSL 60.31º 0.87% 0.56% -
HSV(B) 60.31º 0.8% 0.95% -
XYZ 67.9 81.64 14.87 -
YUV 218.59 31.17 143.27 -
System Red Green Blue C M Y K H S L
Decimal 240 241 47 0.00 0 0.80 0.05 60.31 0.87 0.56
Hex F0 F1 2F 0 0 50 5 3C 57 38
Octal 360 361 57 0 0 120 5 74 127 70
Binary 11110000 11110001 101111 0 0 1010000 101 111100 1010111 111000

Color Harmonies of #F0F12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F12F

Black with #F0F12F

Text Example


Text Example

White with #F0F12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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