Html Css Color HEX #F9D32B Golden Dream

📋 copy color: '#F9D32B'

red 249 ◦ green 211 ◦ blue 43

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

Shades of Golden Dream #F9D32B

Tints of Golden Dream #F9D32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.55%

R = 49.5%
G = 41.95%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F9D32B (or 0xF9D32B) is known color: Golden Dream. HEX triplet: F9, D3 and 2B. RGB value is (249,211,43). Sum of RGB (Red+Green+Blue) = 249+211+43=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 43 (17.19% from 255 or 8.55% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D32B is #062CD4. Grayscale: #CBCBCB. Windows color (decimal): -404693 or 2872313. OLE color: 2872313.

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

Color convert

RGB 249 211 43 -
CMYK 0 0.15 0.83 0.02
HSL 48.93º 0.94% 0.57% -
HSV(B) 48.93º 0.83% 0.98% -
XYZ 62.8 66.9 11.89 -
YUV 203.21 37.59 160.66 -
System Red Green Blue C M Y K H S L
Decimal 249 211 43 0 0.15 0.83 0.02 48.93 0.94 0.57
Hex F9 D3 2B 0 F 53 2 31 5E 39
Octal 371 323 53 0 17 123 2 61 136 71
Binary 11111001 11010011 101011 0 1111 1010011 10 110001 1011110 111001

Color Harmonies of #F9D32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D32B

Black with #F9D32B

Text Example


Text Example

White with #F9D32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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