Html Css Color HEX #F0D032 Golden Dream

📋 copy color: '#F0D032'

red 240 ◦ green 208 ◦ blue 50

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

Shades of Golden Dream #F0D032

Tints of Golden Dream #F0D032

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.77%

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

R = 48.19%
G = 41.77%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F0D032 (or 0xF0D032) is known color: Golden Dream. HEX triplet: F0, D0 and 32. RGB value is (240,208,50). Sum of RGB (Red+Green+Blue) = 240+208+50=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 50 (19.92% from 255 or 10.04% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D032 is #0F2FCD. Grayscale: #C8C8C8. Windows color (decimal): -995278 or 3330288. OLE color: 3330288.

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

Color convert

RGB 240 208 50 -
CMYK 0 0.13 0.79 0.06
HSL 49.89º 0.86% 0.57% -
HSV(B) 49.89º 0.79% 0.94% -
XYZ 59.07 63.87 12.23 -
YUV 199.56 43.6 156.85 -
System Red Green Blue C M Y K H S L
Decimal 240 208 50 0 0.13 0.79 0.06 49.89 0.86 0.57
Hex F0 D0 32 0 D 4F 6 32 56 39
Octal 360 320 62 0 15 117 6 62 126 71
Binary 11110000 11010000 110010 0 1101 1001111 110 110010 1010110 111001

Color Harmonies of #F0D032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D032

Black with #F0D032

Text Example


Text Example

White with #F0D032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D032; }

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

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

background-color css

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

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

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

border-color css

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

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

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