Html Css Color HEX #FCB074 Tacao

📋 copy color: '#FCB074'

red 252 ◦ green 176 ◦ blue 116

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

Shades of Tacao #FCB074

Tints of Tacao #FCB074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.32%

R = 46.32%
G = 32.35%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCB074 (or 0xFCB074) is known color: Tacao. HEX triplet: FC, B0 and 74. RGB value is (252,176,116). Sum of RGB (Red+Green+Blue) = 252+176+116=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB074 is #034F8B. Grayscale: #C0C0C0. Windows color (decimal): -216972 or 7647484. OLE color: 7647484.

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

Color convert

RGB 252 176 116 -
CMYK 0 0.30 0.54 0.01
HSL 26.47º 0.96% 0.72% -
HSV(B) 26.47º 0.54% 0.99% -
XYZ 58.82 53.01 23.65 -
YUV 191.88 85.18 170.88 -
System Red Green Blue C M Y K H S L
Decimal 252 176 116 0 0.30 0.54 0.01 26.47 0.96 0.72
Hex FC B0 74 0 1E 36 1 1A 60 48
Octal 374 260 164 0 36 66 1 32 140 110
Binary 11111100 10110000 1110100 0 11110 110110 1 11010 1100000 1001000

Color Harmonies of #FCB074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB074

Black with #FCB074

Text Example


Text Example

White with #FCB074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB074; }

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

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

background-color css

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

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

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

border-color css

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

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

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