Html Css Color HEX #F0E632 Golden Fizz

📋 copy color: '#F0E632'

red 240 ◦ green 230 ◦ blue 50

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

Shades of Golden Fizz #F0E632

Tints of Golden Fizz #F0E632

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.23%

 BLUE value IS 50 (19.92% from 255) = 9.62%

R = 46.15%
G = 44.23%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F0E632 (or 0xF0E632) is known color: Golden Fizz. HEX triplet: F0, E6 and 32. RGB value is (240,230,50). Sum of RGB (Red+Green+Blue) = 240+230+50=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 50 (19.92% from 255 or 9.62% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E632 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0E632 is #0F19CD. Grayscale: #D5D5D5. Windows color (decimal): -989646 or 3335920. OLE color: 3335920.

HSL color Cylindrical-coordinate representation of color #F0E632: hue angle of 56.84º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F0E632 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 230 50 -
CMYK 0 0.04 0.79 0.06
HSL 56.84º 0.86% 0.57% -
HSV(B) 56.84º 0.79% 0.94% -
XYZ 64.81 75.35 14.15 -
YUV 212.47 36.31 147.64 -
System Red Green Blue C M Y K H S L
Decimal 240 230 50 0 0.04 0.79 0.06 56.84 0.86 0.57
Hex F0 E6 32 0 4 4F 6 39 56 39
Octal 360 346 62 0 4 117 6 71 126 71
Binary 11110000 11100110 110010 0 100 1001111 110 111001 1010110 111001

Color Harmonies of #F0E632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E632

Black with #F0E632

Text Example


Text Example

White with #F0E632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E632; }

 p { color: rgb(240,230,50); }

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

background-color css

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

 a { background-color: rgb(240,230,50); }

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

border-color css

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

 span { border-color: rgb(240,230,50); }

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