Html Css Color HEX #F0CD31 Golden Dream

📋 copy color: '#F0CD31'

red 240 ◦ green 205 ◦ blue 49

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

Shades of Golden Dream #F0CD31

Tints of Golden Dream #F0CD31

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.5%

 BLUE value IS 49 (19.53% from 255) = 9.92%

R = 48.58%
G = 41.5%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0CD31 (or 0xF0CD31) is known color: Golden Dream. HEX triplet: F0, CD and 31. RGB value is (240,205,49). Sum of RGB (Red+Green+Blue) = 240+205+49=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 49 (19.53% from 255 or 9.92% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CD31 is #0F32CE. Grayscale: #C6C6C6. Windows color (decimal): -996047 or 3263984. OLE color: 3263984.

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

Color convert

RGB 240 205 49 -
CMYK 0 0.15 0.80 0.06
HSL 49.01º 0.86% 0.57% -
HSV(B) 49.01º 0.8% 0.94% -
XYZ 58.32 62.41 11.88 -
YUV 197.68 44.1 158.18 -
System Red Green Blue C M Y K H S L
Decimal 240 205 49 0 0.15 0.80 0.06 49.01 0.86 0.57
Hex F0 CD 31 0 F 50 6 31 56 39
Octal 360 315 61 0 17 120 6 61 126 71
Binary 11110000 11001101 110001 0 1111 1010000 110 110001 1010110 111001

Color Harmonies of #F0CD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CD31

Black with #F0CD31

Text Example


Text Example

White with #F0CD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CD31; }

 p { color: rgb(240,205,49); }

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

background-color css

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

 a { background-color: rgb(240,205,49); }

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

border-color css

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

 span { border-color: rgb(240,205,49); }

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