Html Css Color HEX #F9D42A Golden Dream

📋 copy color: '#F9D42A'

red 249 ◦ green 212 ◦ blue 42

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

Shades of Golden Dream #F9D42A

Tints of Golden Dream #F9D42A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.15%

 BLUE value IS 42 (16.8% from 255) = 8.35%

R = 49.5%
G = 42.15%
B = 8.35%

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

#F9D42A (or 0xF9D42A) is known color: Golden Dream. HEX triplet: F9, D4 and 2A. RGB value is (249,212,42). Sum of RGB (Red+Green+Blue) = 249+212+42=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 42 (16.80% from 255 or 8.35% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D42A is #062BD5. Grayscale: #CCCCCC. Windows color (decimal): -404438 or 2807033. OLE color: 2807033.

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

Color convert

RGB 249 212 42 -
CMYK 0 0.15 0.83 0.02
HSL 49.28º 0.95% 0.57% -
HSV(B) 49.28º 0.83% 0.98% -
XYZ 63.03 67.39 11.88 -
YUV 203.68 36.76 160.32 -
System Red Green Blue C M Y K H S L
Decimal 249 212 42 0 0.15 0.83 0.02 49.28 0.95 0.57
Hex F9 D4 2A 0 F 53 2 31 5F 39
Octal 371 324 52 0 17 123 2 61 137 71
Binary 11111001 11010100 101010 0 1111 1010011 10 110001 1011111 111001

Color Harmonies of #F9D42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D42A

Black with #F9D42A

Text Example


Text Example

White with #F9D42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D42A; }

 p { color: rgb(249,212,42); }

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

background-color css

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

 a { background-color: rgb(249,212,42); }

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

border-color css

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

 span { border-color: rgb(249,212,42); }

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