Html Css Color HEX #F0F32F Golden Fizz

📋 copy color: '#F0F32F'

red 240 ◦ green 243 ◦ blue 47

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

Shades of Golden Fizz #F0F32F

Tints of Golden Fizz #F0F32F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.85%

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

R = 45.28%
G = 45.85%
B = 8.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F0F32F (or 0xF0F32F) is known color: Golden Fizz. HEX triplet: F0, F3 and 2F. RGB value is (240,243,47). Sum of RGB (Red+Green+Blue) = 240+243+47=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 47 (18.75% from 255 or 8.87% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F32F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F32F is #0F0CD0. Grayscale: #DCDCDC. Windows color (decimal): -986321 or 3142640. OLE color: 3142640.

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

Color convert

RGB 240 243 47 -
CMYK 0.01 0 0.81 0.05
HSL 60.92º 0.89% 0.57% -
HSV(B) 60.92º 0.81% 0.95% -
XYZ 68.5 82.83 15.07 -
YUV 219.76 30.51 142.44 -
System Red Green Blue C M Y K H S L
Decimal 240 243 47 0.01 0 0.81 0.05 60.92 0.89 0.57
Hex F0 F3 2F 1 0 51 5 3D 59 39
Octal 360 363 57 1 0 121 5 75 131 71
Binary 11110000 11110011 101111 1 0 1010001 101 111101 1011001 111001

Color Harmonies of #F0F32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F32F

Black with #F0F32F

Text Example


Text Example

White with #F0F32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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