Html Css Color HEX #FAD52C Golden Dream

📋 copy color: '#FAD52C'

red 250 ◦ green 213 ◦ blue 44

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

Shades of Golden Dream #FAD52C

Tints of Golden Dream #FAD52C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.01%

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

R = 49.31%
G = 42.01%
B = 8.68%

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

#FAD52C (or 0xFAD52C) is known color: Golden Dream. HEX triplet: FA, D5 and 2C. RGB value is (250,213,44). Sum of RGB (Red+Green+Blue) = 250+213+44=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 44 (17.58% from 255 or 8.68% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD52C is #052AD3. Grayscale: #CDCDCD. Windows color (decimal): -338644 or 2938362. OLE color: 2938362.

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

Color convert

RGB 250 213 44 -
CMYK 0 0.15 0.82 0.02
HSL 49.22º 0.95% 0.58% -
HSV(B) 49.22º 0.82% 0.98% -
XYZ 63.67 68.09 12.17 -
YUV 204.8 37.26 160.24 -
System Red Green Blue C M Y K H S L
Decimal 250 213 44 0 0.15 0.82 0.02 49.22 0.95 0.58
Hex FA D5 2C 0 F 52 2 31 5F 3A
Octal 372 325 54 0 17 122 2 61 137 72
Binary 11111010 11010101 101100 0 1111 1010010 10 110001 1011111 111010

Color Harmonies of #FAD52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD52C

Black with #FAD52C

Text Example


Text Example

White with #FAD52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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