Html Css Color HEX #F0D336 Golden Dream

📋 copy color: '#F0D336'

red 240 ◦ green 211 ◦ blue 54

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

Shades of Golden Dream #F0D336

Tints of Golden Dream #F0D336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.69%

R = 47.52%
G = 41.78%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F0D336 (or 0xF0D336) is known color: Golden Dream. HEX triplet: F0, D3 and 36. RGB value is (240,211,54). Sum of RGB (Red+Green+Blue) = 240+211+54=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 54 (21.48% from 255 or 10.69% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D336 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D336 is #0F2CC9. Grayscale: #CACACA. Windows color (decimal): -994506 or 3593200. OLE color: 3593200.

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

Color convert

RGB 240 211 54 -
CMYK 0 0.12 0.78 0.06
HSL 50.65º 0.86% 0.58% -
HSV(B) 50.65º 0.78% 0.94% -
XYZ 59.9 65.38 12.95 -
YUV 201.77 44.61 155.27 -
System Red Green Blue C M Y K H S L
Decimal 240 211 54 0 0.12 0.78 0.06 50.65 0.86 0.58
Hex F0 D3 36 0 C 4E 6 33 56 3A
Octal 360 323 66 0 14 116 6 63 126 72
Binary 11110000 11010011 110110 0 1100 1001110 110 110011 1010110 111010

Color Harmonies of #F0D336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D336

Black with #F0D336

Text Example


Text Example

White with #F0D336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D336; }

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

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

background-color css

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

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

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

border-color css

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

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

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