Html Css Color HEX #F5CD29 Golden Dream

📋 copy color: '#F5CD29'

red 245 ◦ green 205 ◦ blue 41

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

Shades of Golden Dream #F5CD29

Tints of Golden Dream #F5CD29

RGB

 RED value IS 245 (96.09% from 255) = 49.9%

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

 BLUE value IS 41 (16.41% from 255) = 8.35%

R = 49.9%
G = 41.75%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F5CD29 (or 0xF5CD29) is known color: Golden Dream. HEX triplet: F5, CD and 29. RGB value is (245,205,41). Sum of RGB (Red+Green+Blue) = 245+205+41=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 41 (16.41% from 255 or 8.35% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CD29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CD29 is #0A32D6. Grayscale: #C6C6C6. Windows color (decimal): -668375 or 2739701. OLE color: 2739701.

HSL color Cylindrical-coordinate representation of color #F5CD29: hue angle of 48.24º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5CD29 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 205 41 -
CMYK 0 0.16 0.83 0.04
HSL 48.24º 0.91% 0.56% -
HSV(B) 48.24º 0.83% 0.96% -
XYZ 59.89 63.24 11.15 -
YUV 198.26 39.25 161.34 -
System Red Green Blue C M Y K H S L
Decimal 245 205 41 0 0.16 0.83 0.04 48.24 0.91 0.56
Hex F5 CD 29 0 10 53 4 30 5B 38
Octal 365 315 51 0 20 123 4 60 133 70
Binary 11110101 11001101 101001 0 10000 1010011 100 110000 1011011 111000

Color Harmonies of #F5CD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CD29

Black with #F5CD29

Text Example


Text Example

White with #F5CD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CD29; }

 p { color: rgb(245,205,41); }

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

background-color css

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

 a { background-color: rgb(245,205,41); }

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

border-color css

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

 span { border-color: rgb(245,205,41); }

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