Html Css Color HEX #FAD62C Golden Dream

📋 copy color: '#FAD62C'

red 250 ◦ green 214 ◦ blue 44

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

Shades of Golden Dream #FAD62C

Tints of Golden Dream #FAD62C

RGB

 RED value IS 250 (98.05% from 255) = 49.21%

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

 BLUE value IS 44 (17.58% from 255) = 8.66%

R = 49.21%
G = 42.13%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAD62C (or 0xFAD62C) is known color: Golden Dream. HEX triplet: FA, D6 and 2C. RGB value is (250,214,44). Sum of RGB (Red+Green+Blue) = 250+214+44=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 44 (17.58% from 255 or 8.66% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD62C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD62C is #0529D3. Grayscale: #CECECE. Windows color (decimal): -338388 or 2938618. OLE color: 2938618.

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

Color convert

RGB 250 214 44 -
CMYK 0 0.14 0.82 0.02
HSL 49.51º 0.95% 0.58% -
HSV(B) 49.51º 0.82% 0.98% -
XYZ 63.93 68.6 12.25 -
YUV 205.38 36.93 159.82 -
System Red Green Blue C M Y K H S L
Decimal 250 214 44 0 0.14 0.82 0.02 49.51 0.95 0.58
Hex FA D6 2C 0 E 52 2 32 5F 3A
Octal 372 326 54 0 16 122 2 62 137 72
Binary 11111010 11010110 101100 0 1110 1010010 10 110010 1011111 111010

Color Harmonies of #FAD62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD62C

Black with #FAD62C

Text Example


Text Example

White with #FAD62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD62C; }

 p { color: rgb(250,214,44); }

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

background-color css

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

 a { background-color: rgb(250,214,44); }

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

border-color css

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

 span { border-color: rgb(250,214,44); }

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