Html Css Color HEX #F0D035 Golden Dream

📋 copy color: '#F0D035'

red 240 ◦ green 208 ◦ blue 53

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

Shades of Golden Dream #F0D035

Tints of Golden Dream #F0D035

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.52%

 BLUE value IS 53 (21.09% from 255) = 10.58%

R = 47.9%
G = 41.52%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F0D035 (or 0xF0D035) is known color: Golden Dream. HEX triplet: F0, D0 and 35. RGB value is (240,208,53). Sum of RGB (Red+Green+Blue) = 240+208+53=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 53 (21.09% from 255 or 10.58% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D035 is #0F2FCA. Grayscale: #C8C8C8. Windows color (decimal): -995275 or 3526896. OLE color: 3526896.

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

Color convert

RGB 240 208 53 -
CMYK 0 0.13 0.78 0.06
HSL 49.73º 0.86% 0.57% -
HSV(B) 49.73º 0.78% 0.94% -
XYZ 59.13 63.89 12.58 -
YUV 199.9 45.1 156.6 -
System Red Green Blue C M Y K H S L
Decimal 240 208 53 0 0.13 0.78 0.06 49.73 0.86 0.57
Hex F0 D0 35 0 D 4E 6 32 56 39
Octal 360 320 65 0 15 116 6 62 126 71
Binary 11110000 11010000 110101 0 1101 1001110 110 110010 1010110 111001

Color Harmonies of #F0D035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D035

Black with #F0D035

Text Example


Text Example

White with #F0D035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D035; }

 p { color: rgb(240,208,53); }

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

background-color css

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

 a { background-color: rgb(240,208,53); }

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

border-color css

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

 span { border-color: rgb(240,208,53); }

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