Html Css Color HEX #FAD72C Golden Dream

📋 copy color: '#FAD72C'

red 250 ◦ green 215 ◦ blue 44

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

Shades of Golden Dream #FAD72C

Tints of Golden Dream #FAD72C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.24%

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

R = 49.12%
G = 42.24%
B = 8.64%

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

#FAD72C (or 0xFAD72C) is known color: Golden Dream. HEX triplet: FA, D7 and 2C. RGB value is (250,215,44). Sum of RGB (Red+Green+Blue) = 250+215+44=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 44 (17.58% from 255 or 8.64% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD72C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD72C is #0528D3. Grayscale: #CECECE. Windows color (decimal): -338132 or 2938874. OLE color: 2938874.

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

Color convert

RGB 250 215 44 -
CMYK 0 0.14 0.82 0.02
HSL 49.81º 0.95% 0.58% -
HSV(B) 49.81º 0.82% 0.98% -
XYZ 64.18 69.11 12.34 -
YUV 205.97 36.6 159.4 -
System Red Green Blue C M Y K H S L
Decimal 250 215 44 0 0.14 0.82 0.02 49.81 0.95 0.58
Hex FA D7 2C 0 E 52 2 32 5F 3A
Octal 372 327 54 0 16 122 2 62 137 72
Binary 11111010 11010111 101100 0 1110 1010010 10 110010 1011111 111010

Color Harmonies of #FAD72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD72C

Black with #FAD72C

Text Example


Text Example

White with #FAD72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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