Html Css Color HEX #FCB27C Tacao

📋 copy color: '#FCB27C'

red 252 ◦ green 178 ◦ blue 124

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

Shades of Tacao #FCB27C

Tints of Tacao #FCB27C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.13%

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

R = 45.49%
G = 32.13%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCB27C (or 0xFCB27C) is known color: Tacao. HEX triplet: FC, B2 and 7C. RGB value is (252,178,124). Sum of RGB (Red+Green+Blue) = 252+178+124=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB27C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB27C is #034D83. Grayscale: #C2C2C2. Windows color (decimal): -216452 or 8172284. OLE color: 8172284.

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

Color convert

RGB 252 178 124 -
CMYK 0 0.29 0.51 0.01
HSL 25.31º 0.96% 0.74% -
HSV(B) 25.31º 0.51% 0.99% -
XYZ 59.7 53.99 26.34 -
YUV 193.97 88.52 169.39 -
System Red Green Blue C M Y K H S L
Decimal 252 178 124 0 0.29 0.51 0.01 25.31 0.96 0.74
Hex FC B2 7C 0 1D 33 1 19 60 4A
Octal 374 262 174 0 35 63 1 31 140 112
Binary 11111100 10110010 1111100 0 11101 110011 1 11001 1100000 1001010

Color Harmonies of #FCB27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB27C

Black with #FCB27C

Text Example


Text Example

White with #FCB27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB27C; }

 p { color: rgb(252,178,124); }

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

background-color css

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

 a { background-color: rgb(252,178,124); }

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

border-color css

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

 span { border-color: rgb(252,178,124); }

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