Html Css Color HEX #F0E13D Golden Fizz

📋 copy color: '#F0E13D'

red 240 ◦ green 225 ◦ blue 61

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

Shades of Golden Fizz #F0E13D

Tints of Golden Fizz #F0E13D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.78%

 BLUE value IS 61 (24.22% from 255) = 11.6%

R = 45.63%
G = 42.78%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0E13D (or 0xF0E13D) is known color: Golden Fizz. HEX triplet: F0, E1 and 3D. RGB value is (240,225,61). Sum of RGB (Red+Green+Blue) = 240+225+61=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 61 (24.22% from 255 or 11.60% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E13D is #0F1EC2. Grayscale: #D3D3D3. Windows color (decimal): -990915 or 4055536. OLE color: 4055536.

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

Color convert

RGB 240 225 61 -
CMYK 0 0.06 0.75 0.06
HSL 54.97º 0.86% 0.59% -
HSV(B) 54.97º 0.75% 0.94% -
XYZ 63.7 72.71 15.09 -
YUV 210.79 43.47 148.84 -
System Red Green Blue C M Y K H S L
Decimal 240 225 61 0 0.06 0.75 0.06 54.97 0.86 0.59
Hex F0 E1 3D 0 6 4B 6 37 56 3B
Octal 360 341 75 0 6 113 6 67 126 73
Binary 11110000 11100001 111101 0 110 1001011 110 110111 1010110 111011

Color Harmonies of #F0E13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E13D

Black with #F0E13D

Text Example


Text Example

White with #F0E13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E13D; }

 p { color: rgb(240,225,61); }

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

background-color css

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

 a { background-color: rgb(240,225,61); }

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

border-color css

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

 span { border-color: rgb(240,225,61); }

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