Html Css Color HEX #F9D32D Golden Dream

📋 copy color: '#F9D32D'

red 249 ◦ green 211 ◦ blue 45

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

Shades of Golden Dream #F9D32D

Tints of Golden Dream #F9D32D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.78%

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

R = 49.31%
G = 41.78%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9D32D (or 0xF9D32D) is known color: Golden Dream. HEX triplet: F9, D3 and 2D. RGB value is (249,211,45). Sum of RGB (Red+Green+Blue) = 249+211+45=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 45 (17.97% from 255 or 8.91% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D32D is #062CD2. Grayscale: #CCCCCC. Windows color (decimal): -404691 or 3003385. OLE color: 3003385.

HSL color Cylindrical-coordinate representation of color #F9D32D: hue angle of 48.82º 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 #F9D32D is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 211 45 -
CMYK 0 0.15 0.82 0.02
HSL 48.82º 0.94% 0.58% -
HSV(B) 48.82º 0.82% 0.98% -
XYZ 62.83 66.92 12.09 -
YUV 203.44 38.59 160.5 -
System Red Green Blue C M Y K H S L
Decimal 249 211 45 0 0.15 0.82 0.02 48.82 0.94 0.58
Hex F9 D3 2D 0 F 52 2 31 5E 3A
Octal 371 323 55 0 17 122 2 61 136 72
Binary 11111001 11010011 101101 0 1111 1010010 10 110001 1011110 111010

Color Harmonies of #F9D32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D32D

Black with #F9D32D

Text Example


Text Example

White with #F9D32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D32D; }

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

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

background-color css

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

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

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

border-color css

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

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

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