Html Css Color HEX #F0E326 Golden Fizz

📋 copy color: '#F0E326'

red 240 ◦ green 227 ◦ blue 38

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

Shades of Golden Fizz #F0E326

Tints of Golden Fizz #F0E326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.52%

R = 47.52%
G = 44.95%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F0E326 (or 0xF0E326) is known color: Golden Fizz. HEX triplet: F0, E3 and 26. RGB value is (240,227,38). Sum of RGB (Red+Green+Blue) = 240+227+38=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 38 (15.23% from 255 or 7.52% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E326 is #0F1CD9. Grayscale: #D2D2D2. Windows color (decimal): -990426 or 2548720. OLE color: 2548720.

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

Color convert

RGB 240 227 38 -
CMYK 0 0.05 0.84 0.06
HSL 56.14º 0.87% 0.55% -
HSV(B) 56.14º 0.84% 0.94% -
XYZ 63.75 73.6 12.68 -
YUV 209.34 31.31 149.87 -
System Red Green Blue C M Y K H S L
Decimal 240 227 38 0 0.05 0.84 0.06 56.14 0.87 0.55
Hex F0 E3 26 0 5 54 6 38 57 37
Octal 360 343 46 0 5 124 6 70 127 67
Binary 11110000 11100011 100110 0 101 1010100 110 111000 1010111 110111

Color Harmonies of #F0E326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E326

Black with #F0E326

Text Example


Text Example

White with #F0E326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E326; }

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

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

background-color css

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

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

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

border-color css

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

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

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