Html Css Color HEX #F5D82D Golden Dream

📋 copy color: '#F5D82D'

red 245 ◦ green 216 ◦ blue 45

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

Shades of Golden Dream #F5D82D

Tints of Golden Dream #F5D82D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.69%

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

R = 48.42%
G = 42.69%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5D82D (or 0xF5D82D) is known color: Golden Dream. HEX triplet: F5, D8 and 2D. RGB value is (245,216,45). Sum of RGB (Red+Green+Blue) = 245+216+45=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 45 (17.97% from 255 or 8.89% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D82D is #0A27D2. Grayscale: #CDCDCD. Windows color (decimal): -665555 or 3004661. OLE color: 3004661.

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

Color convert

RGB 245 216 45 -
CMYK 0 0.12 0.82 0.04
HSL 51.3º 0.91% 0.57% -
HSV(B) 51.3º 0.82% 0.96% -
XYZ 62.69 68.71 12.44 -
YUV 205.18 37.61 156.4 -
System Red Green Blue C M Y K H S L
Decimal 245 216 45 0 0.12 0.82 0.04 51.3 0.91 0.57
Hex F5 D8 2D 0 C 52 4 33 5B 39
Octal 365 330 55 0 14 122 4 63 133 71
Binary 11110101 11011000 101101 0 1100 1010010 100 110011 1011011 111001

Color Harmonies of #F5D82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D82D

Black with #F5D82D

Text Example


Text Example

White with #F5D82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D82D; }

 p { color: rgb(245,216,45); }

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

background-color css

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

 a { background-color: rgb(245,216,45); }

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

border-color css

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

 span { border-color: rgb(245,216,45); }

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