Html Css Color HEX #F0E328 Golden Fizz

📋 copy color: '#F0E328'

red 240 ◦ green 227 ◦ blue 40

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

Shades of Golden Fizz #F0E328

Tints of Golden Fizz #F0E328

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.77%

 BLUE value IS 40 (16.02% from 255) = 7.89%

R = 47.34%
G = 44.77%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F0E328 (or 0xF0E328) is known color: Golden Fizz. HEX triplet: F0, E3 and 28. RGB value is (240,227,40). Sum of RGB (Red+Green+Blue) = 240+227+40=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 40 (16.02% from 255 or 7.89% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E328 is #0F1CD7. Grayscale: #D2D2D2. Windows color (decimal): -990424 or 2679792. OLE color: 2679792.

HSL color Cylindrical-coordinate representation of color #F0E328: hue angle of 56.1º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0E328 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 227 40 -
CMYK 0 0.05 0.83 0.06
HSL 56.1º 0.87% 0.55% -
HSV(B) 56.1º 0.83% 0.94% -
XYZ 63.79 73.62 12.85 -
YUV 209.57 32.31 149.71 -
System Red Green Blue C M Y K H S L
Decimal 240 227 40 0 0.05 0.83 0.06 56.1 0.87 0.55
Hex F0 E3 28 0 5 53 6 38 57 37
Octal 360 343 50 0 5 123 6 70 127 67
Binary 11110000 11100011 101000 0 101 1010011 110 111000 1010111 110111

Color Harmonies of #F0E328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E328

Black with #F0E328

Text Example


Text Example

White with #F0E328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E328; }

 p { color: rgb(240,227,40); }

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

background-color css

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

 a { background-color: rgb(240,227,40); }

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

border-color css

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

 span { border-color: rgb(240,227,40); }

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