Html Css Color HEX #F0D32C Golden Dream

📋 copy color: '#F0D32C'

red 240 ◦ green 211 ◦ blue 44

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

Shades of Golden Dream #F0D32C

Tints of Golden Dream #F0D32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.89%

R = 48.48%
G = 42.63%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0D32C (or 0xF0D32C) is known color: Golden Dream. HEX triplet: F0, D3 and 2C. RGB value is (240,211,44). Sum of RGB (Red+Green+Blue) = 240+211+44=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 44 (17.58% from 255 or 8.89% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D32C is #0F2CD3. Grayscale: #C9C9C9. Windows color (decimal): -994516 or 2937840. OLE color: 2937840.

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

Color convert

RGB 240 211 44 -
CMYK 0 0.12 0.82 0.06
HSL 51.12º 0.87% 0.56% -
HSV(B) 51.12º 0.82% 0.94% -
XYZ 59.68 65.3 11.84 -
YUV 200.63 39.61 156.08 -
System Red Green Blue C M Y K H S L
Decimal 240 211 44 0 0.12 0.82 0.06 51.12 0.87 0.56
Hex F0 D3 2C 0 C 52 6 33 57 38
Octal 360 323 54 0 14 122 6 63 127 70
Binary 11110000 11010011 101100 0 1100 1010010 110 110011 1010111 111000

Color Harmonies of #F0D32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D32C

Black with #F0D32C

Text Example


Text Example

White with #F0D32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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