Html Css Color HEX #FCB078 Tacao

📋 copy color: '#FCB078'

red 252 ◦ green 176 ◦ blue 120

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

Shades of Tacao #FCB078

Tints of Tacao #FCB078

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.12%

 BLUE value IS 120 (47.27% from 255) = 21.9%

R = 45.99%
G = 32.12%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCB078 (or 0xFCB078) is known color: Tacao. HEX triplet: FC, B0 and 78. RGB value is (252,176,120). Sum of RGB (Red+Green+Blue) = 252+176+120=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 120 (47.27% from 255 or 21.90% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB078 is #034F87. Grayscale: #C0C0C0. Windows color (decimal): -216968 or 7909628. OLE color: 7909628.

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

Color convert

RGB 252 176 120 -
CMYK 0 0.30 0.52 0.01
HSL 25.45º 0.96% 0.73% -
HSV(B) 25.45º 0.52% 0.99% -
XYZ 59.06 53.1 24.91 -
YUV 192.34 87.18 170.55 -
System Red Green Blue C M Y K H S L
Decimal 252 176 120 0 0.30 0.52 0.01 25.45 0.96 0.73
Hex FC B0 78 0 1E 34 1 19 60 49
Octal 374 260 170 0 36 64 1 31 140 111
Binary 11111100 10110000 1111000 0 11110 110100 1 11001 1100000 1001001

Color Harmonies of #FCB078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB078

Black with #FCB078

Text Example


Text Example

White with #FCB078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB078; }

 p { color: rgb(252,176,120); }

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

background-color css

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

 a { background-color: rgb(252,176,120); }

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

border-color css

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

 span { border-color: rgb(252,176,120); }

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