Html Css Color HEX #F0DF1D Golden Fizz

📋 copy color: '#F0DF1D'

red 240 ◦ green 223 ◦ blue 29

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

Shades of Golden Fizz #F0DF1D

Tints of Golden Fizz #F0DF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.89%

R = 48.78%
G = 45.33%
B = 5.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0DF1D (or 0xF0DF1D) is known color: Golden Fizz. HEX triplet: F0, DF and 1D. RGB value is (240,223,29). Sum of RGB (Red+Green+Blue) = 240+223+29=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 29 (11.72% from 255 or 5.89% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DF1D is #0F20E2. Grayscale: #CECECE. Windows color (decimal): -991459 or 1957872. OLE color: 1957872.

HSL color Cylindrical-coordinate representation of color #F0DF1D: hue angle of 55.17º 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 #F0DF1D is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 223 29 -
CMYK 0 0.07 0.88 0.06
HSL 55.17º 0.88% 0.53% -
HSV(B) 55.17º 0.88% 0.94% -
XYZ 62.54 71.39 11.65 -
YUV 205.97 28.13 152.27 -
System Red Green Blue C M Y K H S L
Decimal 240 223 29 0 0.07 0.88 0.06 55.17 0.88 0.53
Hex F0 DF 1D 0 7 58 6 37 58 35
Octal 360 337 35 0 7 130 6 67 130 65
Binary 11110000 11011111 11101 0 111 1011000 110 110111 1011000 110101

Color Harmonies of #F0DF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DF1D

Black with #F0DF1D

Text Example


Text Example

White with #F0DF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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