Html Css Color HEX #FCB273 Tacao

📋 copy color: '#FCB273'

red 252 ◦ green 178 ◦ blue 115

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

Shades of Tacao #FCB273

Tints of Tacao #FCB273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.1%

R = 46.24%
G = 32.66%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCB273 (or 0xFCB273) is known color: Tacao. HEX triplet: FC, B2 and 73. RGB value is (252,178,115). Sum of RGB (Red+Green+Blue) = 252+178+115=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB273 is #034D8C. Grayscale: #C1C1C1. Windows color (decimal): -216461 or 7582460. OLE color: 7582460.

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

Color convert

RGB 252 178 115 -
CMYK 0 0.29 0.54 0.01
HSL 27.59º 0.96% 0.72% -
HSV(B) 27.59º 0.54% 0.99% -
XYZ 59.16 53.77 23.48 -
YUV 192.94 84.02 170.12 -
System Red Green Blue C M Y K H S L
Decimal 252 178 115 0 0.29 0.54 0.01 27.59 0.96 0.72
Hex FC B2 73 0 1D 36 1 1C 60 48
Octal 374 262 163 0 35 66 1 34 140 110
Binary 11111100 10110010 1110011 0 11101 110110 1 11100 1100000 1001000

Color Harmonies of #FCB273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB273

Black with #FCB273

Text Example


Text Example

White with #FCB273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB273; }

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

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

background-color css

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

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

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

border-color css

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

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

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