Html Css Color HEX #F9D42E Golden Dream

📋 copy color: '#F9D42E'

red 249 ◦ green 212 ◦ blue 46

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

Shades of Golden Dream #F9D42E

Tints of Golden Dream #F9D42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.07%

R = 49.11%
G = 41.81%
B = 9.07%

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

#F9D42E (or 0xF9D42E) is known color: Golden Dream. HEX triplet: F9, D4 and 2E. RGB value is (249,212,46). Sum of RGB (Red+Green+Blue) = 249+212+46=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 46 (18.36% from 255 or 9.07% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D42E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D42E is #062BD1. Grayscale: #CCCCCC. Windows color (decimal): -404434 or 3069177. OLE color: 3069177.

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

Color convert

RGB 249 212 46 -
CMYK 0 0.15 0.82 0.02
HSL 49.06º 0.94% 0.58% -
HSV(B) 49.06º 0.82% 0.98% -
XYZ 63.1 67.42 12.27 -
YUV 204.14 38.76 160 -
System Red Green Blue C M Y K H S L
Decimal 249 212 46 0 0.15 0.82 0.02 49.06 0.94 0.58
Hex F9 D4 2E 0 F 52 2 31 5E 3A
Octal 371 324 56 0 17 122 2 61 136 72
Binary 11111001 11010100 101110 0 1111 1010010 10 110001 1011110 111010

Color Harmonies of #F9D42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D42E

Black with #F9D42E

Text Example


Text Example

White with #F9D42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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