Html Css Color HEX #F0D32E Golden Dream

📋 copy color: '#F0D32E'

red 240 ◦ green 211 ◦ blue 46

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

Shades of Golden Dream #F0D32E

Tints of Golden Dream #F0D32E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.45%

 BLUE value IS 46 (18.36% from 255) = 9.26%

R = 48.29%
G = 42.45%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0D32E (or 0xF0D32E) is known color: Golden Dream. HEX triplet: F0, D3 and 2E. RGB value is (240,211,46). Sum of RGB (Red+Green+Blue) = 240+211+46=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 46 (18.36% from 255 or 9.26% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D32E is #0F2CD1. Grayscale: #C9C9C9. Windows color (decimal): -994514 or 3068912. OLE color: 3068912.

HSL color Cylindrical-coordinate representation of color #F0D32E: hue angle of 51.03º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0D32E is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 211 46 -
CMYK 0 0.12 0.81 0.06
HSL 51.03º 0.87% 0.56% -
HSV(B) 51.03º 0.81% 0.94% -
XYZ 59.72 65.31 12.04 -
YUV 200.86 40.61 155.92 -
System Red Green Blue C M Y K H S L
Decimal 240 211 46 0 0.12 0.81 0.06 51.03 0.87 0.56
Hex F0 D3 2E 0 C 51 6 33 57 38
Octal 360 323 56 0 14 121 6 63 127 70
Binary 11110000 11010011 101110 0 1100 1010001 110 110011 1010111 111000

Color Harmonies of #F0D32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D32E

Black with #F0D32E

Text Example


Text Example

White with #F0D32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D32E; }

 p { color: rgb(240,211,46); }

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

background-color css

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

 a { background-color: rgb(240,211,46); }

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

border-color css

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

 span { border-color: rgb(240,211,46); }

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