Html Css Color HEX #F0DF1E Golden Fizz

📋 copy color: '#F0DF1E'

red 240 ◦ green 223 ◦ blue 30

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

Shades of Golden Fizz #F0DF1E

Tints of Golden Fizz #F0DF1E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.23%

 BLUE value IS 30 (12.11% from 255) = 6.09%

R = 48.68%
G = 45.23%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0DF1E (or 0xF0DF1E) is known color: Golden Fizz. HEX triplet: F0, DF and 1E. RGB value is (240,223,30). Sum of RGB (Red+Green+Blue) = 240+223+30=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 30 (12.11% from 255 or 6.09% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DF1E is #0F20E1. Grayscale: #CECECE. Windows color (decimal): -991458 or 2023408. OLE color: 2023408.

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

Color convert

RGB 240 223 30 -
CMYK 0 0.07 0.87 0.06
HSL 55.14º 0.88% 0.53% -
HSV(B) 55.14º 0.88% 0.94% -
XYZ 62.56 71.39 11.71 -
YUV 206.08 28.63 152.19 -
System Red Green Blue C M Y K H S L
Decimal 240 223 30 0 0.07 0.87 0.06 55.14 0.88 0.53
Hex F0 DF 1E 0 7 57 6 37 58 35
Octal 360 337 36 0 7 127 6 67 130 65
Binary 11110000 11011111 11110 0 111 1010111 110 110111 1011000 110101

Color Harmonies of #F0DF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DF1E

Black with #F0DF1E

Text Example


Text Example

White with #F0DF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DF1E; }

 p { color: rgb(240,223,30); }

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

background-color css

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

 a { background-color: rgb(240,223,30); }

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

border-color css

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

 span { border-color: rgb(240,223,30); }

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