Html Css Color HEX #F0DF38 Golden Fizz

📋 copy color: '#F0DF38'

red 240 ◦ green 223 ◦ blue 56

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

Shades of Golden Fizz #F0DF38

Tints of Golden Fizz #F0DF38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 10.79%

R = 46.24%
G = 42.97%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F0DF38 (or 0xF0DF38) is known color: Golden Fizz. HEX triplet: F0, DF and 38. RGB value is (240,223,56). Sum of RGB (Red+Green+Blue) = 240+223+56=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 56 (22.27% from 255 or 10.79% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DF38 is #0F20C7. Grayscale: #D1D1D1. Windows color (decimal): -991432 or 3727344. OLE color: 3727344.

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

Color convert

RGB 240 223 56 -
CMYK 0 0.07 0.77 0.06
HSL 54.46º 0.86% 0.58% -
HSV(B) 54.46º 0.77% 0.94% -
XYZ 63.04 71.59 14.24 -
YUV 209.05 41.63 150.08 -
System Red Green Blue C M Y K H S L
Decimal 240 223 56 0 0.07 0.77 0.06 54.46 0.86 0.58
Hex F0 DF 38 0 7 4D 6 36 56 3A
Octal 360 337 70 0 7 115 6 66 126 72
Binary 11110000 11011111 111000 0 111 1001101 110 110110 1010110 111010

Color Harmonies of #F0DF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DF38

Black with #F0DF38

Text Example


Text Example

White with #F0DF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DF38; }

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

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

background-color css

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

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

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

border-color css

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

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

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