Html Css Color HEX #F0D02C Golden Dream

📋 copy color: '#F0D02C'

red 240 ◦ green 208 ◦ blue 44

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

Shades of Golden Dream #F0D02C

Tints of Golden Dream #F0D02C

RGB

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

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

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

R = 48.78%
G = 42.28%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0D02C (or 0xF0D02C) is known color: Golden Dream. HEX triplet: F0, D0 and 2C. RGB value is (240,208,44). Sum of RGB (Red+Green+Blue) = 240+208+44=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 44 (17.58% from 255 or 8.94% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D02C is #0F2FD3. Grayscale: #C7C7C7. Windows color (decimal): -995284 or 2937072. OLE color: 2937072.

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

Color convert

RGB 240 208 44 -
CMYK 0 0.13 0.82 0.06
HSL 50.2º 0.87% 0.56% -
HSV(B) 50.2º 0.82% 0.94% -
XYZ 58.95 63.82 11.59 -
YUV 198.87 40.6 157.34 -
System Red Green Blue C M Y K H S L
Decimal 240 208 44 0 0.13 0.82 0.06 50.2 0.87 0.56
Hex F0 D0 2C 0 D 52 6 32 57 38
Octal 360 320 54 0 15 122 6 62 127 70
Binary 11110000 11010000 101100 0 1101 1010010 110 110010 1010111 111000

Color Harmonies of #F0D02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D02C

Black with #F0D02C

Text Example


Text Example

White with #F0D02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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