Html Css Color HEX #FCD47A Salomie

📋 copy color: '#FCD47A'

red 252 ◦ green 212 ◦ blue 122

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

Shades of Salomie #FCD47A

Tints of Salomie #FCD47A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.18%

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

R = 43%
G = 36.18%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCD47A (or 0xFCD47A) is known color: Salomie. HEX triplet: FC, D4 and 7A. RGB value is (252,212,122). Sum of RGB (Red+Green+Blue) = 252+212+122=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 122 (48.05% from 255 or 20.82% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD47A is #032B85. Grayscale: #D6D6D6. Windows color (decimal): -207750 or 8049916. OLE color: 8049916.

HSL color Cylindrical-coordinate representation of color #FCD47A: hue angle of 41.54º 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 #FCD47A is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 212 122 -
CMYK 0 0.16 0.52 0.01
HSL 41.54º 0.96% 0.73% -
HSV(B) 41.54º 0.52% 0.99% -
XYZ 67.2 69.19 28.23 -
YUV 213.7 76.25 155.32 -
System Red Green Blue C M Y K H S L
Decimal 252 212 122 0 0.16 0.52 0.01 41.54 0.96 0.73
Hex FC D4 7A 0 10 34 1 2A 60 49
Octal 374 324 172 0 20 64 1 52 140 111
Binary 11111100 11010100 1111010 0 10000 110100 1 101010 1100000 1001001

Color Harmonies of #FCD47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD47A

Black with #FCD47A

Text Example


Text Example

White with #FCD47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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