Html Css Color HEX #F0F12D Golden Fizz

📋 copy color: '#F0F12D'

red 240 ◦ green 241 ◦ blue 45

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

Shades of Golden Fizz #F0F12D

Tints of Golden Fizz #F0F12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.56%

R = 45.63%
G = 45.82%
B = 8.56%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F0F12D (or 0xF0F12D) is known color: Golden Fizz. HEX triplet: F0, F1 and 2D. RGB value is (240,241,45). Sum of RGB (Red+Green+Blue) = 240+241+45=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 45 (17.97% from 255 or 8.56% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F12D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F12D is #0F0ED2. Grayscale: #DBDBDB. Windows color (decimal): -986835 or 3011056. OLE color: 3011056.

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

Color convert

RGB 240 241 45 -
CMYK 0.00 0 0.81 0.05
HSL 60.31º 0.88% 0.56% -
HSV(B) 60.31º 0.81% 0.95% -
XYZ 67.86 81.63 14.66 -
YUV 218.36 30.17 143.44 -
System Red Green Blue C M Y K H S L
Decimal 240 241 45 0.00 0 0.81 0.05 60.31 0.88 0.56
Hex F0 F1 2D 0 0 51 5 3C 58 38
Octal 360 361 55 0 0 121 5 74 130 70
Binary 11110000 11110001 101101 0 0 1010001 101 111100 1011000 111000

Color Harmonies of #F0F12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F12D

Black with #F0F12D

Text Example


Text Example

White with #F0F12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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