Html Css Color HEX #FCDB8A Golden Glow

📋 copy color: '#FCDB8A'

red 252 ◦ green 219 ◦ blue 138

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

Shades of Golden Glow #FCDB8A

Tints of Golden Glow #FCDB8A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.96%

 BLUE value IS 138 (54.3% from 255) = 22.66%

R = 41.38%
G = 35.96%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCDB8A (or 0xFCDB8A) is known color: Golden Glow. HEX triplet: FC, DB and 8A. RGB value is (252,219,138). Sum of RGB (Red+Green+Blue) = 252+219+138=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 138 (54.30% from 255 or 22.66% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB8A is #032475. Grayscale: #DBDBDB. Windows color (decimal): -205942 or 9100284. OLE color: 9100284.

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

Color convert

RGB 252 219 138 -
CMYK 0 0.13 0.45 0.01
HSL 42.63º 0.95% 0.76% -
HSV(B) 42.63º 0.45% 0.99% -
XYZ 70.06 73.19 34.48 -
YUV 219.63 81.93 151.09 -
System Red Green Blue C M Y K H S L
Decimal 252 219 138 0 0.13 0.45 0.01 42.63 0.95 0.76
Hex FC DB 8A 0 D 2D 1 2B 5F 4C
Octal 374 333 212 0 15 55 1 53 137 114
Binary 11111100 11011011 10001010 0 1101 101101 1 101011 1011111 1001100

Color Harmonies of #FCDB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB8A

Black with #FCDB8A

Text Example


Text Example

White with #FCDB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB8A; }

 p { color: rgb(252,219,138); }

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

background-color css

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

 a { background-color: rgb(252,219,138); }

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

border-color css

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

 span { border-color: rgb(252,219,138); }

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