Html Css Color HEX #FCE182 Golden Glow

📋 copy color: '#FCE182'

red 252 ◦ green 225 ◦ blue 130

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

Shades of Golden Glow #FCE182

Tints of Golden Glow #FCE182

RGB

 RED value IS 252 (98.83% from 255) = 41.52%

 GREEN value IS 225 (88.28% from 255) = 37.07%

 BLUE value IS 130 (51.17% from 255) = 21.42%

R = 41.52%
G = 37.07%
B = 21.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FCE182 (or 0xFCE182) is known color: Golden Glow. HEX triplet: FC, E1 and 82. RGB value is (252,225,130). Sum of RGB (Red+Green+Blue) = 252+225+130=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 130 (51.17% from 255 or 21.42% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE182 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE182 is #031E7D. Grayscale: #DEDEDE. Windows color (decimal): -204414 or 8577532. OLE color: 8577532.

HSL color Cylindrical-coordinate representation of color #FCE182: hue angle of 46.72º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FCE182 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 225 130 -
CMYK 0 0.11 0.48 0.01
HSL 46.72º 0.95% 0.75% -
HSV(B) 46.72º 0.48% 0.99% -
XYZ 71.1 76.16 32.07 -
YUV 222.24 75.95 149.22 -
System Red Green Blue C M Y K H S L
Decimal 252 225 130 0 0.11 0.48 0.01 46.72 0.95 0.75
Hex FC E1 82 0 B 30 1 2F 5F 4B
Octal 374 341 202 0 13 60 1 57 137 113
Binary 11111100 11100001 10000010 0 1011 110000 1 101111 1011111 1001011

Color Harmonies of #FCE182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE182

Black with #FCE182

Text Example


Text Example

White with #FCE182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE182; }

 p { color: rgb(252,225,130); }

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

background-color css

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

 a { background-color: rgb(252,225,130); }

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

border-color css

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

 span { border-color: rgb(252,225,130); }

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