Html Css Color HEX #F0DF3D Golden Fizz

📋 copy color: '#F0DF3D'

red 240 ◦ green 223 ◦ blue 61

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

Shades of Golden Fizz #F0DF3D

Tints of Golden Fizz #F0DF3D

RGB

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

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

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

R = 45.8%
G = 42.56%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0DF3D (or 0xF0DF3D) is known color: Golden Fizz. HEX triplet: F0, DF and 3D. RGB value is (240,223,61). Sum of RGB (Red+Green+Blue) = 240+223+61=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 61 (24.22% from 255 or 11.64% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DF3D is #0F20C2. Grayscale: #D2D2D2. Windows color (decimal): -991427 or 4055024. OLE color: 4055024.

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

Color convert

RGB 240 223 61 -
CMYK 0 0.07 0.75 0.06
HSL 54.3º 0.86% 0.59% -
HSV(B) 54.3º 0.75% 0.94% -
XYZ 63.17 71.64 14.91 -
YUV 209.62 44.13 149.67 -
System Red Green Blue C M Y K H S L
Decimal 240 223 61 0 0.07 0.75 0.06 54.3 0.86 0.59
Hex F0 DF 3D 0 7 4B 6 36 56 3B
Octal 360 337 75 0 7 113 6 66 126 73
Binary 11110000 11011111 111101 0 111 1001011 110 110110 1010110 111011

Color Harmonies of #F0DF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DF3D

Black with #F0DF3D

Text Example


Text Example

White with #F0DF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DF3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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