Html Css Color HEX #F0DF1F Golden Fizz

📋 copy color: '#F0DF1F'

red 240 ◦ green 223 ◦ blue 31

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

Shades of Golden Fizz #F0DF1F

Tints of Golden Fizz #F0DF1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.28%

R = 48.58%
G = 45.14%
B = 6.28%

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

#F0DF1F (or 0xF0DF1F) is known color: Golden Fizz. HEX triplet: F0, DF and 1F. RGB value is (240,223,31). Sum of RGB (Red+Green+Blue) = 240+223+31=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 31 (12.5% from 255 or 6.28% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DF1F is #0F20E0. Grayscale: #CECECE. Windows color (decimal): -991457 or 2088944. OLE color: 2088944.

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

Color convert

RGB 240 223 31 -
CMYK 0 0.07 0.87 0.06
HSL 55.12º 0.87% 0.53% -
HSV(B) 55.12º 0.87% 0.94% -
XYZ 62.57 71.4 11.78 -
YUV 206.2 29.13 152.11 -
System Red Green Blue C M Y K H S L
Decimal 240 223 31 0 0.07 0.87 0.06 55.12 0.87 0.53
Hex F0 DF 1F 0 7 57 6 37 57 35
Octal 360 337 37 0 7 127 6 67 127 65
Binary 11110000 11011111 11111 0 111 1010111 110 110111 1010111 110101

Color Harmonies of #F0DF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DF1F

Black with #F0DF1F

Text Example


Text Example

White with #F0DF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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