Html Css Color HEX #F9D52B Golden Dream

📋 copy color: '#F9D52B'

red 249 ◦ green 213 ◦ blue 43

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

Shades of Golden Dream #F9D52B

Tints of Golden Dream #F9D52B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.18%

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

R = 49.31%
G = 42.18%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F9D52B (or 0xF9D52B) is known color: Golden Dream. HEX triplet: F9, D5 and 2B. RGB value is (249,213,43). Sum of RGB (Red+Green+Blue) = 249+213+43=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 43 (17.19% from 255 or 8.51% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D52B is #062AD4. Grayscale: #CDCDCD. Windows color (decimal): -404181 or 2872825. OLE color: 2872825.

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

Color convert

RGB 249 213 43 -
CMYK 0 0.14 0.83 0.02
HSL 49.51º 0.94% 0.57% -
HSV(B) 49.51º 0.83% 0.98% -
XYZ 63.3 67.9 12.06 -
YUV 204.38 36.93 159.82 -
System Red Green Blue C M Y K H S L
Decimal 249 213 43 0 0.14 0.83 0.02 49.51 0.94 0.57
Hex F9 D5 2B 0 E 53 2 32 5E 39
Octal 371 325 53 0 16 123 2 62 136 71
Binary 11111001 11010101 101011 0 1110 1010011 10 110010 1011110 111001

Color Harmonies of #F9D52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D52B

Black with #F9D52B

Text Example


Text Example

White with #F9D52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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