Html Css Color HEX #FAD27C Golden Glow

📋 copy color: '#FAD27C'

red 250 ◦ green 210 ◦ blue 124

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

Shades of Golden Glow #FAD27C

Tints of Golden Glow #FAD27C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.96%

 BLUE value IS 124 (48.83% from 255) = 21.23%

R = 42.81%
G = 35.96%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAD27C (or 0xFAD27C) is known color: Golden Glow. HEX triplet: FA, D2 and 7C. RGB value is (250,210,124). Sum of RGB (Red+Green+Blue) = 250+210+124=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 124 (48.83% from 255 or 21.23% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD27C is #052D83. Grayscale: #D4D4D4. Windows color (decimal): -339332 or 8180474. OLE color: 8180474.

HSL color Cylindrical-coordinate representation of color #FAD27C: hue angle of 40.95º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAD27C is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 210 124 -
CMYK 0 0.16 0.50 0.02
HSL 40.95º 0.93% 0.73% -
HSV(B) 40.95º 0.5% 0.98% -
XYZ 66.11 67.87 28.69 -
YUV 212.16 78.25 154.99 -
System Red Green Blue C M Y K H S L
Decimal 250 210 124 0 0.16 0.50 0.02 40.95 0.93 0.73
Hex FA D2 7C 0 10 32 2 29 5D 49
Octal 372 322 174 0 20 62 2 51 135 111
Binary 11111010 11010010 1111100 0 10000 110010 10 101001 1011101 1001001

Color Harmonies of #FAD27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD27C

Black with #FAD27C

Text Example


Text Example

White with #FAD27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD27C; }

 p { color: rgb(250,210,124); }

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

background-color css

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

 a { background-color: rgb(250,210,124); }

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

border-color css

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

 span { border-color: rgb(250,210,124); }

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