Html Css Color HEX #FCB082 Tacao

📋 copy color: '#FCB082'

red 252 ◦ green 176 ◦ blue 130

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

Shades of Tacao #FCB082

Tints of Tacao #FCB082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.3%

R = 45.16%
G = 31.54%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FCB082 (or 0xFCB082) is known color: Tacao. HEX triplet: FC, B0 and 82. RGB value is (252,176,130). Sum of RGB (Red+Green+Blue) = 252+176+130=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB082 is #034F7D. Grayscale: #C1C1C1. Windows color (decimal): -216958 or 8564988. OLE color: 8564988.

HSL color Cylindrical-coordinate representation of color #FCB082: hue angle of 22.62º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FCB082 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 176 130 -
CMYK 0 0.30 0.48 0.01
HSL 22.62º 0.95% 0.75% -
HSV(B) 22.62º 0.48% 0.99% -
XYZ 59.7 53.36 28.27 -
YUV 193.48 92.18 169.74 -
System Red Green Blue C M Y K H S L
Decimal 252 176 130 0 0.30 0.48 0.01 22.62 0.95 0.75
Hex FC B0 82 0 1E 30 1 17 5F 4B
Octal 374 260 202 0 36 60 1 27 137 113
Binary 11111100 10110000 10000010 0 11110 110000 1 10111 1011111 1001011

Color Harmonies of #FCB082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB082

Black with #FCB082

Text Example


Text Example

White with #FCB082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB082; }

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

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

background-color css

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

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

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

border-color css

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

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

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