Html Css Color HEX #FCD87A Salomie

📋 copy color: '#FCD87A'

red 252 ◦ green 216 ◦ blue 122

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

Shades of Salomie #FCD87A

Tints of Salomie #FCD87A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.61%

 BLUE value IS 122 (48.05% from 255) = 20.68%

R = 42.71%
G = 36.61%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCD87A (or 0xFCD87A) is known color: Salomie. HEX triplet: FC, D8 and 7A. RGB value is (252,216,122). Sum of RGB (Red+Green+Blue) = 252+216+122=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 122 (48.05% from 255 or 20.68% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD87A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD87A is #032785. Grayscale: #D8D8D8. Windows color (decimal): -206726 or 8050940. OLE color: 8050940.

HSL color Cylindrical-coordinate representation of color #FCD87A: hue angle of 43.38º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCD87A is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 216 122 -
CMYK 0 0.14 0.52 0.01
HSL 43.38º 0.96% 0.73% -
HSV(B) 43.38º 0.52% 0.99% -
XYZ 68.21 71.21 28.56 -
YUV 216.05 74.93 153.64 -
System Red Green Blue C M Y K H S L
Decimal 252 216 122 0 0.14 0.52 0.01 43.38 0.96 0.73
Hex FC D8 7A 0 E 34 1 2B 60 49
Octal 374 330 172 0 16 64 1 53 140 111
Binary 11111100 11011000 1111010 0 1110 110100 1 101011 1100000 1001001

Color Harmonies of #FCD87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD87A

Black with #FCD87A

Text Example


Text Example

White with #FCD87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD87A; }

 p { color: rgb(252,216,122); }

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

background-color css

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

 a { background-color: rgb(252,216,122); }

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

border-color css

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

 span { border-color: rgb(252,216,122); }

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