Html Css Color HEX #F0DA32 Golden Fizz

📋 copy color: '#F0DA32'

red 240 ◦ green 218 ◦ blue 50

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

Shades of Golden Fizz #F0DA32

Tints of Golden Fizz #F0DA32

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.91%

 BLUE value IS 50 (19.92% from 255) = 9.84%

R = 47.24%
G = 42.91%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F0DA32 (or 0xF0DA32) is known color: Golden Fizz. HEX triplet: F0, DA and 32. RGB value is (240,218,50). Sum of RGB (Red+Green+Blue) = 240+218+50=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 50 (19.92% from 255 or 9.84% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DA32 is #0F25CD. Grayscale: #CECECE. Windows color (decimal): -992718 or 3332848. OLE color: 3332848.

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

Color convert

RGB 240 218 50 -
CMYK 0 0.09 0.79 0.06
HSL 53.05º 0.86% 0.57% -
HSV(B) 53.05º 0.79% 0.94% -
XYZ 61.58 68.9 13.07 -
YUV 205.43 40.29 152.66 -
System Red Green Blue C M Y K H S L
Decimal 240 218 50 0 0.09 0.79 0.06 53.05 0.86 0.57
Hex F0 DA 32 0 9 4F 6 35 56 39
Octal 360 332 62 0 11 117 6 65 126 71
Binary 11110000 11011010 110010 0 1001 1001111 110 110101 1010110 111001

Color Harmonies of #F0DA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DA32

Black with #F0DA32

Text Example


Text Example

White with #F0DA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DA32; }

 p { color: rgb(240,218,50); }

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

background-color css

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

 a { background-color: rgb(240,218,50); }

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

border-color css

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

 span { border-color: rgb(240,218,50); }

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