Html Css Color HEX #FAD32D Golden Dream

📋 copy color: '#FAD32D'

red 250 ◦ green 211 ◦ blue 45

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

Shades of Golden Dream #FAD32D

Tints of Golden Dream #FAD32D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.7%

 BLUE value IS 45 (17.97% from 255) = 8.89%

R = 49.41%
G = 41.7%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAD32D (or 0xFAD32D) is known color: Golden Dream. HEX triplet: FA, D3 and 2D. RGB value is (250,211,45). Sum of RGB (Red+Green+Blue) = 250+211+45=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 45 (17.97% from 255 or 8.89% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD32D is #052CD2. Grayscale: #CCCCCC. Windows color (decimal): -339155 or 3003386. OLE color: 3003386.

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

Color convert

RGB 250 211 45 -
CMYK 0 0.16 0.82 0.02
HSL 48.59º 0.95% 0.58% -
HSV(B) 48.59º 0.82% 0.98% -
XYZ 63.19 67.1 12.1 -
YUV 203.74 38.42 161 -
System Red Green Blue C M Y K H S L
Decimal 250 211 45 0 0.16 0.82 0.02 48.59 0.95 0.58
Hex FA D3 2D 0 10 52 2 31 5F 3A
Octal 372 323 55 0 20 122 2 61 137 72
Binary 11111010 11010011 101101 0 10000 1010010 10 110001 1011111 111010

Color Harmonies of #FAD32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD32D

Black with #FAD32D

Text Example


Text Example

White with #FAD32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD32D; }

 p { color: rgb(250,211,45); }

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

background-color css

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

 a { background-color: rgb(250,211,45); }

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

border-color css

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

 span { border-color: rgb(250,211,45); }

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