Html Css Color HEX #F9D82D Golden Dream

📋 copy color: '#F9D82D'

red 249 ◦ green 216 ◦ blue 45

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

Shades of Golden Dream #F9D82D

Tints of Golden Dream #F9D82D

RGB

 RED value IS 249 (97.66% from 255) = 48.82%

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

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

R = 48.82%
G = 42.35%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9D82D (or 0xF9D82D) is known color: Golden Dream. HEX triplet: F9, D8 and 2D. RGB value is (249,216,45). Sum of RGB (Red+Green+Blue) = 249+216+45=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 45 (17.97% from 255 or 8.82% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D82D is #0627D2. Grayscale: #CFCFCF. Windows color (decimal): -403411 or 3004665. OLE color: 3004665.

HSL color Cylindrical-coordinate representation of color #F9D82D: hue angle of 50.29º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9D82D is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 216 45 -
CMYK 0 0.13 0.82 0.02
HSL 50.29º 0.94% 0.58% -
HSV(B) 50.29º 0.82% 0.98% -
XYZ 64.1 69.44 12.51 -
YUV 206.37 36.93 158.4 -
System Red Green Blue C M Y K H S L
Decimal 249 216 45 0 0.13 0.82 0.02 50.29 0.94 0.58
Hex F9 D8 2D 0 D 52 2 32 5E 3A
Octal 371 330 55 0 15 122 2 62 136 72
Binary 11111001 11011000 101101 0 1101 1010010 10 110010 1011110 111010

Color Harmonies of #F9D82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D82D

Black with #F9D82D

Text Example


Text Example

White with #F9D82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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