Html Css Color HEX #F0D337 Golden Dream

📋 copy color: '#F0D337'

red 240 ◦ green 211 ◦ blue 55

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

Shades of Golden Dream #F0D337

Tints of Golden Dream #F0D337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.87%

R = 47.43%
G = 41.7%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F0D337 (or 0xF0D337) is known color: Golden Dream. HEX triplet: F0, D3 and 37. RGB value is (240,211,55). Sum of RGB (Red+Green+Blue) = 240+211+55=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 55 (21.88% from 255 or 10.87% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D337 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D337 is #0F2CC8. Grayscale: #CACACA. Windows color (decimal): -994505 or 3658736. OLE color: 3658736.

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

Color convert

RGB 240 211 55 -
CMYK 0 0.12 0.77 0.06
HSL 50.59º 0.86% 0.58% -
HSV(B) 50.59º 0.77% 0.94% -
XYZ 59.92 65.39 13.08 -
YUV 201.89 45.11 155.18 -
System Red Green Blue C M Y K H S L
Decimal 240 211 55 0 0.12 0.77 0.06 50.59 0.86 0.58
Hex F0 D3 37 0 C 4D 6 33 56 3A
Octal 360 323 67 0 14 115 6 63 126 72
Binary 11110000 11010011 110111 0 1100 1001101 110 110011 1010110 111010

Color Harmonies of #F0D337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D337

Black with #F0D337

Text Example


Text Example

White with #F0D337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D337; }

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

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

background-color css

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

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

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

border-color css

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

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

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