Html Css Color HEX #F5D034 Golden Dream

📋 copy color: '#F5D034'

red 245 ◦ green 208 ◦ blue 52

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

Shades of Golden Dream #F5D034

Tints of Golden Dream #F5D034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.3%

R = 48.51%
G = 41.19%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F5D034 (or 0xF5D034) is known color: Golden Dream. HEX triplet: F5, D0 and 34. RGB value is (245,208,52). Sum of RGB (Red+Green+Blue) = 245+208+52=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 52 (20.70% from 255 or 10.30% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D034 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D034 is #0A2FCB. Grayscale: #C9C9C9. Windows color (decimal): -667596 or 3461365. OLE color: 3461365.

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

Color convert

RGB 245 208 52 -
CMYK 0 0.15 0.79 0.04
HSL 48.5º 0.91% 0.58% -
HSV(B) 48.5º 0.79% 0.96% -
XYZ 60.83 64.77 12.54 -
YUV 201.28 43.76 159.18 -
System Red Green Blue C M Y K H S L
Decimal 245 208 52 0 0.15 0.79 0.04 48.5 0.91 0.58
Hex F5 D0 34 0 F 4F 4 30 5B 3A
Octal 365 320 64 0 17 117 4 60 133 72
Binary 11110101 11010000 110100 0 1111 1001111 100 110000 1011011 111010

Color Harmonies of #F5D034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D034

Black with #F5D034

Text Example


Text Example

White with #F5D034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D034; }

 p { color: rgb(245,208,52); }

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

background-color css

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

 a { background-color: rgb(245,208,52); }

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

border-color css

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

 span { border-color: rgb(245,208,52); }

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