Html Css Color HEX #FCB275 Tacao

📋 copy color: '#FCB275'

red 252 ◦ green 178 ◦ blue 117

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

Shades of Tacao #FCB275

Tints of Tacao #FCB275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.39%

R = 46.07%
G = 32.54%
B = 21.39%

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

#FCB275 (or 0xFCB275) is known color: Tacao. HEX triplet: FC, B2 and 75. RGB value is (252,178,117). Sum of RGB (Red+Green+Blue) = 252+178+117=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 117 (46.09% from 255 or 21.39% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB275 is #034D8A. Grayscale: #C1C1C1. Windows color (decimal): -216459 or 7713532. OLE color: 7713532.

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

Color convert

RGB 252 178 117 -
CMYK 0 0.29 0.54 0.01
HSL 27.11º 0.96% 0.72% -
HSV(B) 27.11º 0.54% 0.99% -
XYZ 59.28 53.82 24.09 -
YUV 193.17 85.02 169.96 -
System Red Green Blue C M Y K H S L
Decimal 252 178 117 0 0.29 0.54 0.01 27.11 0.96 0.72
Hex FC B2 75 0 1D 36 1 1B 60 48
Octal 374 262 165 0 35 66 1 33 140 110
Binary 11111100 10110010 1110101 0 11101 110110 1 11011 1100000 1001000

Color Harmonies of #FCB275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB275

Black with #FCB275

Text Example


Text Example

White with #FCB275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB275; }

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

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

background-color css

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

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

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

border-color css

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

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

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