Html Css Color HEX #F0D02D Golden Dream

📋 copy color: '#F0D02D'

red 240 ◦ green 208 ◦ blue 45

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

Shades of Golden Dream #F0D02D

Tints of Golden Dream #F0D02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.13%

R = 48.68%
G = 42.19%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0D02D (or 0xF0D02D) is known color: Golden Dream. HEX triplet: F0, D0 and 2D. RGB value is (240,208,45). Sum of RGB (Red+Green+Blue) = 240+208+45=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 45 (17.97% from 255 or 9.13% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D02D is #0F2FD2. Grayscale: #C7C7C7. Windows color (decimal): -995283 or 3002608. OLE color: 3002608.

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

Color convert

RGB 240 208 45 -
CMYK 0 0.13 0.81 0.06
HSL 50.15º 0.87% 0.56% -
HSV(B) 50.15º 0.81% 0.94% -
XYZ 58.96 63.83 11.69 -
YUV 198.99 41.1 157.25 -
System Red Green Blue C M Y K H S L
Decimal 240 208 45 0 0.13 0.81 0.06 50.15 0.87 0.56
Hex F0 D0 2D 0 D 51 6 32 57 38
Octal 360 320 55 0 15 121 6 62 127 70
Binary 11110000 11010000 101101 0 1101 1010001 110 110010 1010111 111000

Color Harmonies of #F0D02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D02D

Black with #F0D02D

Text Example


Text Example

White with #F0D02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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