Html Css Color HEX #F9D62B Golden Dream

📋 copy color: '#F9D62B'

red 249 ◦ green 214 ◦ blue 43

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

Shades of Golden Dream #F9D62B

Tints of Golden Dream #F9D62B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.29%

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

R = 49.21%
G = 42.29%
B = 8.5%

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

#F9D62B (or 0xF9D62B) is known color: Golden Dream. HEX triplet: F9, D6 and 2B. RGB value is (249,214,43). Sum of RGB (Red+Green+Blue) = 249+214+43=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 43 (17.19% from 255 or 8.50% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D62B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D62B is #0629D4. Grayscale: #CDCDCD. Windows color (decimal): -403925 or 2873081. OLE color: 2873081.

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

Color convert

RGB 249 214 43 -
CMYK 0 0.14 0.83 0.02
HSL 49.81º 0.94% 0.57% -
HSV(B) 49.81º 0.83% 0.98% -
XYZ 63.55 68.41 12.14 -
YUV 204.97 36.6 159.4 -
System Red Green Blue C M Y K H S L
Decimal 249 214 43 0 0.14 0.83 0.02 49.81 0.94 0.57
Hex F9 D6 2B 0 E 53 2 32 5E 39
Octal 371 326 53 0 16 123 2 62 136 71
Binary 11111001 11010110 101011 0 1110 1010011 10 110010 1011110 111001

Color Harmonies of #F9D62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D62B

Black with #F9D62B

Text Example


Text Example

White with #F9D62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D62B; }

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

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

background-color css

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

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

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

border-color css

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

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

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