Html Css Color HEX #F0D432 Golden Dream

📋 copy color: '#F0D432'

red 240 ◦ green 212 ◦ blue 50

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

Shades of Golden Dream #F0D432

Tints of Golden Dream #F0D432

RGB

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

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

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

R = 47.81%
G = 42.23%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F0D432 (or 0xF0D432) is known color: Golden Dream. HEX triplet: F0, D4 and 32. RGB value is (240,212,50). Sum of RGB (Red+Green+Blue) = 240+212+50=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 50 (19.92% from 255 or 9.96% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D432 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D432 is #0F2BCD. Grayscale: #CACACA. Windows color (decimal): -994254 or 3331312. OLE color: 3331312.

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

Color convert

RGB 240 212 50 -
CMYK 0 0.12 0.79 0.06
HSL 51.16º 0.86% 0.57% -
HSV(B) 51.16º 0.79% 0.94% -
XYZ 60.05 65.84 12.56 -
YUV 201.9 42.28 155.17 -
System Red Green Blue C M Y K H S L
Decimal 240 212 50 0 0.12 0.79 0.06 51.16 0.86 0.57
Hex F0 D4 32 0 C 4F 6 33 56 39
Octal 360 324 62 0 14 117 6 63 126 71
Binary 11110000 11010100 110010 0 1100 1001111 110 110011 1010110 111001

Color Harmonies of #F0D432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D432

Black with #F0D432

Text Example


Text Example

White with #F0D432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D432; }

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

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

background-color css

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

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

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

border-color css

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

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

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