Html Css Color HEX #F0D431 Golden Dream

📋 copy color: '#F0D431'

red 240 ◦ green 212 ◦ blue 49

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

Shades of Golden Dream #F0D431

Tints of Golden Dream #F0D431

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.32%

 BLUE value IS 49 (19.53% from 255) = 9.78%

R = 47.9%
G = 42.32%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0D431 (or 0xF0D431) is known color: Golden Dream. HEX triplet: F0, D4 and 31. RGB value is (240,212,49). Sum of RGB (Red+Green+Blue) = 240+212+49=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 49 (19.53% from 255 or 9.78% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D431 is #0F2BCE. Grayscale: #CACACA. Windows color (decimal): -994255 or 3265776. OLE color: 3265776.

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

Color convert

RGB 240 212 49 -
CMYK 0 0.12 0.80 0.06
HSL 51.2º 0.86% 0.57% -
HSV(B) 51.2º 0.8% 0.94% -
XYZ 60.03 65.83 12.45 -
YUV 201.79 41.78 155.25 -
System Red Green Blue C M Y K H S L
Decimal 240 212 49 0 0.12 0.80 0.06 51.2 0.86 0.57
Hex F0 D4 31 0 C 50 6 33 56 39
Octal 360 324 61 0 14 120 6 63 126 71
Binary 11110000 11010100 110001 0 1100 1010000 110 110011 1010110 111001

Color Harmonies of #F0D431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D431

Black with #F0D431

Text Example


Text Example

White with #F0D431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D431; }

 p { color: rgb(240,212,49); }

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

background-color css

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

 a { background-color: rgb(240,212,49); }

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

border-color css

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

 span { border-color: rgb(240,212,49); }

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